HttpWebRequestTransfer Methods |
The HttpWebRequestTransfer type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPlatformCode |
Gets the short code indicating the current platform.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Send |
Sends a request synchronously.
(Inherited from HttpTransfer.) | |
SendAsync |
Sends a request asynchronously.
(Inherited from HttpTransfer.) | |
SendBinary |
Sends binary content synchronously using the specified arguments.
(Overrides HttpTransferSendBinary(HttpRequestArgs).) | |
SendBinaryAsync |
Sends binary content asynchronously using the specified arguments.
(Overrides HttpTransferSendBinaryAsync(HttpRequestArgs, Action1HttpResponseArgs).) | |
SendText |
Sends text content synchronously using the specified arguments.
(Overrides HttpTransferSendText(HttpRequestArgs).) | |
SendTextAsync |
Sends text content asynchronously using the specified arguments.
(Overrides HttpTransferSendTextAsync(HttpRequestArgs, Action1HttpResponseArgs).) | |
Shutdown |
Releases any resources and shuts down.
(Overrides HttpTransferShutdown.) | |
ToString | (Inherited from Object.) |