HttpsRequestHandler Aditional Classes

Represents a wrapper around the class HttpClient. It provides an abstraction so you can interact with an Http Request with a single method.

Definition

Namespace: Tipi.Tools.Http

Assembly: Tipi.Tools.Http.dll

Package: Tipi.Tools.HttpRequestHandler

Related Classes

Class used by the HttpRequestHandler as a response for it's ExecuteAsync method.

HttpResponse

Class used as a response from the call to the HTTP Verb, it contains as properties the response body and status code.

Properties

StatusCode

Property of type HttpStatusCode that contains the HTTP Response Code from the HTTP Request.

Body

Property of type String that contains the HTTP Response body from the HTTP Request.