HttpRequestMessageProperty Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The HttpRequestMessageProperty type exposes the following members.
| Name | Description | |
|---|---|---|
|
Headers | Gets the HTTP headers from the HTTP request. |
|
Method | Gets or sets the HTTP verb for the HTTP request. |
|
Name | Gets the name of the message property associated with the HttpRequestMessageProperty class. |
|
QueryString | Gets or sets the query string for the HTTP request. |
|
SuppressEntityBody | Gets or sets a value that indicates whether the body of the message is ignored and only the headers are sent. |
Show: