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

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

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

Метод Описание
UserAgentHandler ( IEnumerable headerValues ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions

Initializes a new instance of the UserAgentHandler class.

Защищенные методы

Метод Описание
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Add the user agent to the outgoing request.

Описание методов

SendAsync() защищенный Метод

Add the user agent 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

UserAgentHandler() публичный Метод

Initializes a new instance of the UserAgentHandler class.
public UserAgentHandler ( IEnumerable headerValues ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions
headerValues IEnumerable The product info to add as headers.
Результат Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions