Method | Description | |
---|---|---|
Base64EncodeUrlUserInfo ( |
Url decodes the Url.UserInfo then encodes it as base64 string from its ASCII bytes.
|
|
ExecuteAsync ( |
Execute a request for the given requestModel asynchronously, executing the given callback upon completions other than cancellations (gui updates for cancellation should be done at point of cancellation).
|
|
GetEncodedBytes ( string content, string charset, bool includeUtf8Bom ) : byte[] | ||
IorClient ( string defaultRequestContentType, string proxyServer, bool includeUtf8Bom, bool followRedirects, bool enableAutomaticContentDecompression ) : System |
public static Base64EncodeUrlUserInfo ( |
||
uri | ||
return | string |
public ExecuteAsync ( |
||
requestModel | ||
callback | Action |
|
return |
public static GetEncodedBytes ( string content, string charset, bool includeUtf8Bom ) : byte[] | ||
content | string | |
charset | string | |
includeUtf8Bom | bool | |
return | byte[] |
public IorClient ( string defaultRequestContentType, string proxyServer, bool includeUtf8Bom, bool followRedirects, bool enableAutomaticContentDecompression ) : System | ||
defaultRequestContentType | string | |
proxyServer | string | |
includeUtf8Bom | bool | |
followRedirects | bool | |
enableAutomaticContentDecompression | bool | |
return | System |