Click or drag to resize

HttpRequestCreatedArgs Class

Arguments passed into callbacks when an HTTP request is created.
Inheritance Hierarchy
SystemObject
  FM.IceLinkHttpRequestCreatedArgs

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

The HttpRequestCreatedArgs type exposes the following members.

Constructors
  NameDescription
Public methodHttpRequestCreatedArgs
Initializes a new instance of the HttpRequestCreatedArgs class
Top
Properties
  NameDescription
Public propertyRequest
Gets or sets the outgoing HTTP request about to be sent to the server.
Public propertyRequestArgs
Gets or sets the original request arguments.
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