Click or drag to resize

HttpResponseArgs Class

Arguments for receiving an HTTP response.
Inheritance Hierarchy
SystemObject
  FM.IceLinkHttpResponseArgs

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

The HttpResponseArgs type exposes the following members.

Constructors
  NameDescription
Public methodHttpResponseArgs
Initializes a new instance of the HttpResponseArgs class.
Top
Properties
  NameDescription
Public propertyBinaryContent
Gets or sets the binary content read from the HTTP response.
Public propertyException
Gets or sets the exception generated while completing the request.
Public propertyHeaders
Gets or sets the headers read from the HTTP response.
Public propertyRequestArgs
Gets or sets the original HttpRequestArgs.
Public propertyStatusCode
Gets or sets the status code read from the HTTP response.
Public propertyTextContent
Gets or sets the text content read from the HTTP response.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also