Click or drag to resize

HttpResponseReceivedArgs Class

Arguments passed into callbacks when an HTTP response is received.
Inheritance Hierarchy
SystemObject
  FM.IceLinkHttpResponseReceivedArgs

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

The HttpResponseReceivedArgs type exposes the following members.

Constructors
  NameDescription
Public methodHttpResponseReceivedArgs
Initializes a new instance of the HttpResponseReceivedArgs class
Top
Properties
  NameDescription
Public propertyContent
Gets or sets the binary content received from the server.
Public propertyRequestArgs
Gets or sets the original request arguments.
Public propertyResponse
Gets or sets the incoming HTTP response received from the server.
Public propertySender
Gets or sets the sender of the request, either a client or publisher.
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