Share via


HttpRequest.Result Class

Definition

Result data of the the http operation.

public class HttpRequest.Result
type HttpRequest.Result = class
Public Class HttpRequest.Result
Inheritance
HttpRequest.Result

Constructors

HttpRequest.Result()

Initializes a new instance of the HttpRequest.Result class.

HttpRequest.Result(HttpHeaders)

Initializes a new instance of the HttpRequest.Result class.

Properties

Content

Gets or sets the content body from the response to the http operation.

Headers

Gets the headers from the response to the http operation.

ReasonPhrase

Gets or sets the reason phrase from the response to the http operation.

StatusCode

Gets or sets the status code from the response to the http operation.

Applies to