RequestMessage Properties |
The RequestMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Content |
Gets or sets the request content.
|
![]() | CookieContainer |
Gets or sets the cookie container used to store server cookies by the handler.
|
![]() | Credentials |
Gets or sets authentication information for the request.
|
![]() | Headers |
Gets the RequestHeaders.
|
![]() | Method |
Gets or sets the HttpMethod.
|
![]() | PreAuthenticate |
Gets or sets a value that indicates whether to send an Authorization header with the request.
|
![]() | RequestUri |
Gets or sets the request URI.
|
![]() | Timeout |
The number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds).
|