RequestMessage class

RequestMessage class

Represents a request message.

The RequestMessage type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the RequestMessage class.
initInitializes a new instance of the RequestMessage class.

Properties

PropertyDescription
methodGets or sets the HttpMethod.
request_uriGets or sets the request URI.
headersGets the RequestHeaders.
contentGets or sets the request content.
timeoutThe number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds).
pre_authenticateGets or sets a value that indicates whether to send an Authorization header with the request.

See Also