C# Класс Microsoft.WindowsAzure.Commands.Common.CmdletInfoHandler

A delegating handler that writes the current cmdlet info into request headers.
Наследование: System.Net.Http.DelegatingHandler, ICloneable
Показать файл Открыть проект

Открытые методы

Метод Описание
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