'Declaration
<AsyncStateMachineAttribute(Gibraltar.Server.Client.Internal.HttpClientLogger/d__4)> Protected Overrides Function SendAsync( _ ByVal request As HttpRequestMessage, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of HttpResponseMessage)
[AsyncStateMachine(Gibraltar.Server.Client.Internal.HttpClientLogger/d__4)] protected override Task<HttpResponseMessage> SendAsync( HttpRequestMessage request, CancellationToken cancellationToken )
Parameters
- request
- The HTTP request message to send.The HTTP request message to send to the server.
- cancellationToken
- The cancellation token to cancel operation.A cancellation token to cancel operation.
Return Value
The task object representing the asynchronous operation.The task object representing the asynchronous operation.