C# Класс Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.CmdletInfoHandler

The cmdlet info handler.
Наследование: System.Net.Http.DelegatingHandler
Показать файл Открыть проект

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

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