AuthenticatedHttpClientHandler.

SendAsync(HttpRequestMessage, CancellationToken) Method

Summary

Sends a message, asynchronously, to AppVeyor.

Syntax

protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
request HttpRequestMessage The HttpRequestMessage to send to AppVeyor.
cancellationToken CancellationToken The CancellationToken for the operation.

Return Value

Type Description
Task<HttpResponseMessage> A Task representing the asynchronous operation to send a request to AppVeyor.