HttpRequestResult.ResponseMessage Property
Definition
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();
public HttpResponseMessage ResponseMessage { get; }
var httpResponseMessage = httpRequestResult.responseMessage;
Public ReadOnly Property ResponseMessage As HttpResponseMessage
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.