HttpWebRequestTransfer Class |
Namespace: FM.IceLink
The HttpWebRequestTransfer type exposes the following members.
Name | Description | |
---|---|---|
HttpWebRequestTransfer | Initializes a new instance of the HttpWebRequestTransfer class |
Name | Description | |
---|---|---|
UseProxy |
Gets or sets whether to use the system
proxy when creating an HttpWebRequest.
|
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.) |