DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns web resource as text.
This wrapper function gets web resource in a fault-tolerant manner.
It should be used only in simple cases, because it sends no cookies, it doesn't support
traffic compression and it lacks other useful features.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public static string GetWebResource( Uri address, string postData ) |
Parameters
- address
- Type: System..::..Uri
Web resource's URI.
- postData
- Type: System..::..String
Data to post with web request, it can be empty string or null.
Return Value
Type: StringReturns web resource as text.