HttpRequestResult Class
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.
Represents the result of an HTTP request executed by an IHttpRequestHandler.
public sealed class HttpRequestResult
type HttpRequestResult = class
Public NotInheritable Class HttpRequestResult
- Inheritance
-
HttpRequestResult
Constructors
| Name | Description |
|---|---|
| HttpRequestResult() | |
Properties
| Name | Description |
|---|---|
| Body |
Gets the response body, or |
| Headers |
Gets the response headers keyed by header name. Each header may have multiple values. |
| IsSuccessStatusCode |
Gets a value indicating whether the status code is in the range 200-299. |
| StatusCode |
Gets the HTTP status code returned by the server. |