C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.TracingHandler

Tracing handler.
상속: System.Net.Http.DelegatingHandler
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 메소드들

메소드 설명
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Trace the outgoing request.

메소드 상세

SendAsync() 보호된 메소드

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.
리턴 Task