HttpGetInputStreamResult.ResponseMessage Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HTTP response message including headers, the status code, and data.
public:
property HttpResponseMessage ^ ResponseMessage { HttpResponseMessage ^ get(); };
HttpResponseMessage ResponseMessage();
C#
public HttpResponseMessage ResponseMessage { get; }
var httpResponseMessage = httpGetInputStreamResult.responseMessage;
Public ReadOnly Property ResponseMessage As HttpResponseMessage
The response message which resulted from the HttpRequestMessage.
The response message contains the headers and content sent back from the HTTP server.
Product | Versions |
---|---|
WinRT | Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |