RequestMessage Properties

The RequestMessage type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets or sets the request content.
Public propertyCookieContainer
Gets or sets the cookie container used to store server cookies by the handler.
Public propertyCredentials
Gets or sets authentication information for the request.
Public propertyHeaders
Gets the RequestHeaders.
Public propertyMethod
Gets or sets the HttpMethod.
Public propertyPreAuthenticate
Gets or sets a value that indicates whether to send an Authorization header with the request.
Public propertyRequestUri
Gets or sets the request URI.
Public propertyTimeout
The number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds).
See Also