C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.CmdletInfoHandler

The cmdlet info handler.
Inheritance: System.Net.Http.DelegatingHandler
ファイルを表示 Open project: Azure/azure-powershell

Public Methods

Method Description
CmdletInfoHandler ( string>.Dictionary cmdletHeaderValues ) : System.Collections.Generic

Initializes a new instance of the CmdletInfoHandler class.

Protected Methods

Method Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Add the custom headers to the outgoing request.

Method Details

CmdletInfoHandler() public method

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

SendAsync() protected method

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.
return Task