IBatchRequest 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 interface IBatchRequest.
public interface IBatchRequest : Microsoft.Graph.IBaseRequest
type IBatchRequest = interface
interface IBaseRequest
Public Interface IBatchRequest
Implements IBaseRequest
- Derived
- Implements
Properties
Client |
Gets the IBaseClient for handling requests. (Inherited from IBaseRequest) |
ContentType |
Gets or sets the content type for the request. (Inherited from IBaseRequest) |
Headers |
Gets the HeaderOption collection for the request. (Inherited from IBaseRequest) |
Method |
Gets or sets the HTTP method string for the request. (Inherited from IBaseRequest) |
MiddlewareOptions |
Gets the IMiddlewareOption collection for the request. (Inherited from IBaseRequest) |
QueryOptions |
Gets the QueryOption collection for the request. (Inherited from IBaseRequest) |
RequestUrl |
Gets the URL for the request, without query string. (Inherited from IBaseRequest) |
Methods
GetHttpRequestMessage() |
Gets the HttpRequestMessage representation of the request. (Inherited from IBaseRequest) |
PostAsync(BatchRequestContent, CancellationToken) |
Sends out the BatchRequestContent using the POST method |
PostAsync(BatchRequestContent) |
Sends out the BatchRequestContent using the POST method |