Click or drag to resize

HttpRequestArgs Class

Arguments for sending an HTTP request.
Inheritance Hierarchy

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

The HttpRequestArgs type exposes the following members.

Constructors
  NameDescription
Public methodHttpRequestArgs
Initializes a new instance of the HttpRequestArgs class with default values.
Top
Properties
  NameDescription
Public propertyBinaryContent
Gets or sets the binary content to transfer over HTTP. Overrides TextContent.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyHeaders
Gets or sets the headers to transfer over HTTP.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyMethod
Gets or sets the HTTP method.
Public propertyOnRequestCreated
Gets or sets the callback to invoke once the outgoing HTTP request is created. See HttpRequestCreatedArgs for callback argument details.
Public propertyOnResponseReceived
Gets or sets the callback to invoke once the incoming HTTP response has been received. See HttpResponseReceivedArgs for callback argument details.
Public propertySender
Gets or sets the sender of the content, either a client or publisher.
Public propertyTextContent
Gets or sets the text content to transfer over HTTP.
Public propertyTimeout
Gets or sets the number of milliseconds to wait before timing out the HTTP transfer. Defaults to 15000 ms (15 seconds).
Public propertyUrl
Gets or sets the target URL for the HTTP request.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also