Windows.Web.Http.HttpResponseMessage
November 24, 2025 ยท View on GitHub
-description
Represents an HTTP response message including headers, the status code, and data.
-remarks
A common way to get an HttpResponseMessage is from the return value of one of the DeleteAsync, GetAsync, PostAsync , PutAsync, or SendRequestAsync methods on the HttpClient object.