HttpRequestResult Class

Definition

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 null if no body was returned.

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.

Applies to