RequestMessage.CancellationToken

RequestMessage.CancellationToken property

Gets or sets a token that cancels the request and response body read.

public CancellationToken CancellationToken { get; set; }

Property Value

The cancellation token associated with this request.

See Also