IBaseRequest Interface
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
Client |
Gets the IBaseClient for handling requests. |
Content |
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. |
Middleware |
Gets the IMiddlewareOption collection for the request. |
Query |
Gets the QueryOption collection for the request. |
Request |
Gets the URL for the request, without query string. |
Get |
Gets the HttpRequestMessage representation of the request. |
Προϊόν | Εκδόσεις |
---|---|
Microsoft Graph .NET | latest |