HttpPipeline.Send(HttpMessage, CancellationToken) Method

Definition

Invokes the pipeline synchronously. After the task completes response would be set to the Response property.

C#
public void Send(Azure.Core.HttpMessage message, System.Threading.CancellationToken cancellationToken);

Parameters

message
HttpMessage

The HttpMessage to send.

cancellationToken
CancellationToken

The CancellationToken to use.

Applies to

Product Versions
Azure SDK for .NET Latest