This topic has not yet been rated - Rate this topic

HttpRequestMessage Properties

.NET Framework 4.5

The HttpRequestMessage type exposes the following members.

  NameDescription
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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.