DotNetWikiBot Framework Documentation
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: DotNetWikiBot
Assembly: 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: String
Returns web resource as text.

See Also