HttpRequestMessage Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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. |