HttpRequestArgs Class |
Namespace: FM.IceLink
The HttpRequestArgs type exposes the following members.
Name | Description | |
---|---|---|
HttpRequestArgs |
Initializes a new instance of the HttpRequestArgs class
with default values.
|
Name | Description | |
---|---|---|
BinaryContent |
Gets or sets the binary content to transfer over HTTP.
Overrides TextContent.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
Headers |
Gets or sets the headers to transfer over HTTP.
| |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
Method |
Gets or sets the HTTP method.
| |
OnRequestCreated |
Gets or sets the callback to invoke once the outgoing HTTP request is created.
See HttpRequestCreatedArgs for callback argument details.
| |
OnResponseReceived |
Gets or sets the callback to invoke once the incoming HTTP response has been
received. See HttpResponseReceivedArgs for callback argument details.
| |
Sender |
Gets or sets the sender of the content, either a client or publisher.
| |
TextContent |
Gets or sets the text content to transfer over HTTP.
| |
Timeout |
Gets or sets the number of milliseconds to wait before timing out the HTTP transfer.
Defaults to 15000 ms (15 seconds).
| |
Url |
Gets or sets the target URL for the HTTP request.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
ToString | (Inherited from Object.) | |
UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |