HttpPipeline.SendRequest(Request, CancellationToken) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the pipeline synchronously with the provided request.
C#
public Azure.Response SendRequest(Azure.Core.Request request, System.Threading.CancellationToken cancellationToken);
member this.SendRequest : Azure.Core.Request * System.Threading.CancellationToken -> Azure.Response
Public Function SendRequest (request As Request, cancellationToken As CancellationToken) As Response
- cancellationToken
- CancellationToken
The CancellationToken to use.
The Response from the server.
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: