C# 클래스 Google.Apis.Http.MaxUrlLengthInterceptor

상속: IHttpExecuteInterceptor
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
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