HttpRequestMessage Properties

.NET Framework (current version)
 

Namespace:   System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

NameDescription
System_CAPS_pubpropertyContent

Gets or sets the contents of the HTTP message.

System_CAPS_pubpropertyHeaders

Gets the collection of HTTP request headers.

System_CAPS_pubpropertyMethod

Gets or sets the HTTP method used by the HTTP request message.

System_CAPS_pubpropertyProperties

Gets a set of properties for the HTTP request.

System_CAPS_pubpropertyRequestUri

Gets or sets the Uri used for the HTTP request.

System_CAPS_pubpropertyVersion

Gets or sets the HTTP message version.

Return to top
Show: