Click or drag to resize

HttpRequestArgs Properties

The HttpRequestArgs type exposes the following members.

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
See Also