Click or drag to resize

HttpSendStartArgs Class

Arguments for OnSendStart.
Inheritance Hierarchy
SystemObject
  FM.IceLinkHttpSendStartArgs

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

The HttpSendStartArgs type exposes the following members.

Constructors
  NameDescription
Public methodHttpSendStartArgs
Initializes a new instance of the HttpSendStartArgs 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 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