RequestMessage class
RequestMessage class
Represents a request message.
The RequestMessage type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the RequestMessage class. |
| init | Initializes a new instance of the RequestMessage class. |
Properties
| Property | Description |
|---|---|
| method | Gets or sets the HttpMethod. |
| request_uri | Gets or sets the request URI. |
| headers | Gets the RequestHeaders. |
| content | Gets or sets the request content. |
| timeout | The number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds). |
| pre_authenticate | Gets or sets a value that indicates whether to send an Authorization header with the request. |
See Also
- module
aspose.html.net - class
HttpMethod - class
RequestHeaders - class
RequestMessage