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.

-examples

-see-also

HttpClient, IClosable, IStringable

Contents

  1. 1-description
  2. 2-remarks
  3. 3-examples
  4. 4-see-also