Click or drag to resize

HttpWebRequestTransfer Class

Defines methods for transferring content over HTTP using the HttpWebRequest.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The HttpWebRequestTransfer type exposes the following members.

Constructors
  NameDescription
Public methodHttpWebRequestTransfer
Initializes a new instance of the HttpWebRequestTransfer class
Top
Properties
  NameDescription
Public propertyStatic memberUseProxy
Gets or sets whether to use the system proxy when creating an HttpWebRequest.
Top
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