C# Class Google.Apis.Http.MaxUrlLengthInterceptor

Inheritance: IHttpExecuteInterceptor
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
InterceptAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
MaxUrlLengthInterceptor ( uint maxUrlLength ) : System

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

Method Details

InterceptAsync() public méthode

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

MaxUrlLengthInterceptor() public méthode

Constructs a new Max URL length interceptor with the given max length.
public MaxUrlLengthInterceptor ( uint maxUrlLength ) : System
maxUrlLength uint
Résultat System