C# 클래스 Microsoft.WindowsAzure.Commands.Common.CmdletInfoHandler

A delegating handler that writes the current cmdlet info into request headers.
상속: System.Net.Http.DelegatingHandler, ICloneable
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
Clone ( ) : object
CmdletInfoHandler ( string cmdlet, string parameterSet, string clientRequestId ) : System

Initializes an instance of a CmdletInfoHandler with the name of the cmdlet and the parameter set.

보호된 메소드들

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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CmdletInfoHandler() 공개 메소드

Initializes an instance of a CmdletInfoHandler with the name of the cmdlet and the parameter set.
public CmdletInfoHandler ( string cmdlet, string parameterSet, string clientRequestId ) : System
cmdlet string the name of the cmdlet
parameterSet string the name of the parameter set specified by user
clientRequestId string the unique clientRequestId
리턴 System

SendAsync() 보호된 메소드

protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage
cancellationToken System.Threading.CancellationToken
리턴 Task