HttpGetInputStreamResult.ResponseMessage Property

Definition

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

C#
public HttpResponseMessage ResponseMessage { get; }

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.

Applies to

Product Versions
WinRT Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also