HttpTransfer Methods |
The HttpTransfer type exposes the following members.
Name | Description | |
---|---|---|
AddQueryToUrl(String, String) |
Escapes and adds a query parameter as a key/empty-value pair to a URL.
| |
AddQueryToUrl(String, String, String) |
Escapes and adds a query parameter as a key/value pair to a URL.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetRandomWildcardCharacter |
Gets a random wildcard character.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReplaceWildcards |
Replaces asterisks in URLs with characters from
WildcardCharacters.
| |
Send |
Sends a request synchronously.
| |
SendAsync |
Sends a request asynchronously.
| |
SendBinary |
Sends binary content synchronously using the specified arguments.
| |
SendBinaryAsync |
Sends binary content asynchronously using the specified arguments.
| |
SendText |
Sends text content synchronously using the specified arguments.
| |
SendTextAsync |
Sends text content asynchronously using the specified arguments.
| |
Shutdown |
Releases any resources and shuts down.
| |
ToString | (Inherited from Object.) |