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

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

공개 메소드들

메소드 설명
CmdletInfoHandler ( string>.Dictionary cmdletHeaderValues ) : System.Collections.Generic

Initializes a new instance of the CmdletInfoHandler class.

보호된 메소드들

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

Add the custom headers to the outgoing request.

메소드 상세

CmdletInfoHandler() 공개 메소드

Initializes a new instance of the CmdletInfoHandler class.
public CmdletInfoHandler ( string>.Dictionary cmdletHeaderValues ) : System.Collections.Generic
cmdletHeaderValues string>.Dictionary
리턴 System.Collections.Generic

SendAsync() 보호된 메소드

Add the custom headers to 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