HttpRequestMessage Properties

The HttpRequestMessage type exposes the following members.

Properties

  Name Description
Public property Content Gets or sets the contents of the HTTP message.
Public property Headers Gets the collection of HTTP request headers.
Public property Method Gets or sets the HTTP method used by the HTTP request message.
Public property Properties Gets a set of properties for the HTTP request.
Public property RequestUri Gets or sets the Uri used for the HTTP request.
Public property Version Gets or sets the HTTP message version.

Top

See Also

Reference

HttpRequestMessage Class

System.Net.Http Namespace