C# Class Google.Apis.Http.MaxUrlLengthInterceptor

Inheritance: IHttpExecuteInterceptor
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method 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 method

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

MaxUrlLengthInterceptor() public method

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