HttpPipeline.SendRequest(Request, CancellationToken) Method

Definition

Invokes the pipeline synchronously with the provided request.

C#
public Azure.Response SendRequest(Azure.Core.Request request, System.Threading.CancellationToken cancellationToken);

Parameters

request
Request

The Request to send.

cancellationToken
CancellationToken

The CancellationToken to use.

Returns

The Response from the server.

Applies to

Product Versions
Azure SDK for .NET Latest