Office365GroupsMailClient.HttpRequestAsync(Byte[], CancellationToken) Method
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.
Send an HTTP request
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365GroupsMail.Models.ObjectWithoutType> HttpRequestAsync(byte[] input, System.Threading.CancellationToken cancellationToken = default);
abstract member HttpRequestAsync : byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365GroupsMail.Models.ObjectWithoutType>
override this.HttpRequestAsync : byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365GroupsMail.Models.ObjectWithoutType>
Public Overridable Function HttpRequestAsync (input As Byte(), Optional cancellationToken As CancellationToken = Nothing) As Task(Of ObjectWithoutType)
Parameters
- input
- Byte[]
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Send an HTTP request response.
Remarks
Construct a Microsoft Graph REST API request to invoke. Learn more: https://docs.microsoft.com/en-us/graph/use-the-api