Click or drag to resize

HttpWebRequestTransfer Methods

The HttpWebRequestTransfer type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetPlatformCode
Gets the short code indicating the current platform.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSend
Sends a request synchronously.
(Inherited from HttpTransfer.)
Public methodSendAsync
Sends a request asynchronously.
(Inherited from HttpTransfer.)
Public methodSendBinary
Sends binary content synchronously using the specified arguments.
(Overrides HttpTransferSendBinary(HttpRequestArgs).)
Public methodSendBinaryAsync
Sends binary content asynchronously using the specified arguments.
(Overrides HttpTransferSendBinaryAsync(HttpRequestArgs, Action1HttpResponseArgs).)
Public methodSendText
Sends text content synchronously using the specified arguments.
(Overrides HttpTransferSendText(HttpRequestArgs).)
Public methodSendTextAsync
Sends text content asynchronously using the specified arguments.
(Overrides HttpTransferSendTextAsync(HttpRequestArgs, Action1HttpResponseArgs).)
Public methodShutdown
Releases any resources and shuts down.
(Overrides HttpTransferShutdown.)
Public methodToString (Inherited from Object.)
Top
See Also