IBaseRequest Interface
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.
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. |