Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 700 Bytes

httpgetbufferresult_responsemessage.md

File metadata and controls

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

Windows.Web.Http.HttpGetBufferResult.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

HttpGetBufferResult, HttpResponseMessage

-examples