HttpRequestMessage Properties
.NET Framework 4.5
The HttpRequestMessage type exposes the following members.
| Name | Description | |
|---|---|---|
|
Content | Gets or sets the contents of the HTTP message. |
|
Headers | Gets the collection of HTTP request headers. |
|
Method | Gets or sets the HTTP method used by the HTTP request message. |
|
Properties | Gets a set of properties for the HTTP request. |
|
RequestUri | Gets or sets the Uri used for the HTTP request. |
|
Version | Gets or sets the HTTP message version. |