IBatchRequest Interface

Definition

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)

Sends out the BatchRequestContent using the POST method

PostAsync(BatchRequestContent, CancellationToken)

Sends out the BatchRequestContent using the POST method

Applies to