HttpRequestArgs Properties |
The HttpRequestArgs type exposes the following members.
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.
|