Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 649 Bytes

httprequestresult_responsemessage.md

File metadata and controls

26 lines (18 loc) · 649 Bytes
-api-id -api-type ms.custom
P:Windows.Web.Http.HttpRequestResult.ResponseMessage
winrt property
19H1

Windows.Web.Http.HttpRequestResult.ResponseMessage

-description

Gets the HTTP response message including headers, the status code, and data.

-property-value

The response message which resulted from the HttpRequestMessage.

-remarks

The response message contains the headers and content sent back from the HTTP server.

-see-also

HttpResponseMessage

-examples