IBaseRequest Interface

Definition

The base request interface.

public interface IBaseRequest
type IBaseRequest = interface
Public Interface IBaseRequest
Derived

Properties

Client

Gets the IBaseClient for handling requests.

ContentType

Gets or sets the content type for the request.

Headers

Gets the HeaderOption collection for the request.

Method

Gets or sets the HTTP method string for the request.

MiddlewareOptions

Gets the IMiddlewareOption collection for the request.

QueryOptions

Gets the QueryOption collection for the request.

RequestUrl

Gets the URL for the request, without query string.

Methods

GetHttpRequestMessage()

Gets the HttpRequestMessage representation of the request.

Applies to