HttpResponseMessage Properties
.NET Framework (current version)
Namespace:
System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | Content | Gets or sets the content of a HTTP response message. |
![]() | Headers | Gets the collection of HTTP response headers. |
![]() | IsSuccessStatusCode | Gets a value that indicates if the HTTP response was successful. |
![]() | ReasonPhrase | Gets or sets the reason phrase which typically is sent by servers together with the status code. |
![]() | RequestMessage | Gets or sets the request message which led to this response message. |
![]() | StatusCode | Gets or sets the status code of the HTTP response. |
![]() | Version | Gets or sets the HTTP message version. |
Show:
