C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.TracingHandler

Tracing handler.
Inheritance: System.Net.Http.DelegatingHandler
ファイルを表示 Open project: Azure/azure-powershell

Protected Methods

Method Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Trace the outgoing request.

Method Details

SendAsync() protected method

Trace the outgoing request.
protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage The HTTP request message.
cancellationToken System.Threading.CancellationToken The cancellation token.
return Task