C# Class Microsoft.WindowsAzure.Commands.Common.CmdletInfoHandler

A delegating handler that writes the current cmdlet info into request headers.
Inheritance: System.Net.Http.DelegatingHandler, ICloneable
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CmdletInfoHandler() public méthode

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
Résultat System

SendAsync() protected méthode

protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage
cancellationToken System.Threading.CancellationToken
Résultat Task