Click or drag to resize

HttpSendFinishArgs Class

Arguments for OnSendStart.
Inheritance Hierarchy
SystemObject
  FM.IceLinkHttpSendFinishArgs

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

The HttpSendFinishArgs type exposes the following members.

Constructors
  NameDescription
Public methodHttpSendFinishArgs
Initializes a new instance of the HttpSendFinishArgs class
Top
Properties
  NameDescription
Public propertyRequestBinaryContent
Gets or sets the binary content of the request.
Public propertyRequestTextContent
Gets or sets the text content of the request.
Public propertyResponseBinaryContent
Gets or sets the binary content of the response.
Public propertyResponseHeaders
Gets or sets the headers of the response.
Public propertyResponseTextContent
Gets or sets the binary content of the response.
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