C# Класс Google.Apis.Http.MaxUrlLengthInterceptor

Наследование: IHttpExecuteInterceptor
Показать файл Открыть проект

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

Метод Описание
InterceptAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
MaxUrlLengthInterceptor ( uint maxUrlLength ) : System

Constructs a new Max URL length interceptor with the given max length.

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

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

public InterceptAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage
cancellationToken System.Threading.CancellationToken
Результат Task

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

Constructs a new Max URL length interceptor with the given max length.
public MaxUrlLengthInterceptor ( uint maxUrlLength ) : System
maxUrlLength uint
Результат System