HttpRequestMessage Properties
.NET Framework (current version)
Namespace:
System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
| 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. |
Show:
