Send feedback
Class MaxUrlLengthInterceptor (1.50.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.50.0keyboard_arrow_down
public class MaxUrlLengthInterceptor : object, IHttpExecuteInterceptor
Intercepts HTTP GET requests with a URLs longer than a specified maximum number of characters.
The interceptor will change such requests as follows:
Inheritance
Object >
MaxUrlLengthInterceptor
Namespace
Google.Apis.Http
Assembly
Google.Apis.Core.dll
Constructors
MaxUrlLengthInterceptor(UInt32)
public MaxUrlLengthInterceptor(uint maxUrlLength)
Constructs a new Max URL length interceptor with the given max length.
Parameter
Name
Description
maxUrlLength
UInt32
Methods
InterceptAsync(HttpRequestMessage, CancellationToken)
public Task InterceptAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Invoked before the request is being sent.
Parameters
Name
Description
request
HttpRequestMessage The HTTP request message.
cancellationToken
CancellationToken Cancellation token to cancel the operation.
Returns
Type
Description
Task
Extension Method
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-09 UTC."],[],[]]