This document is archived and information here might be outdated.  Recommended version.


IGISServer.MaxRequestLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGISServer Interface > IGISServer.MaxRequestLength Property
ArcGIS Developer Help

IGISServer.MaxRequestLength Property

The maximum length of a SOAP or Binary request that can be sent to this server.

[Visual Basic .NET]
Public Property MaxRequestLength As Integer
[C#]
public int MaxRequestLength {get; set;}
[C++]
HRESULT get_MaxRequestLength(
  long MaxRequestLength
);
[C++]
HRESULT put_MaxRequestLength(
  System.Int32* MaxRequestLength
);
[C++]
Parameters
MaxRequestLength [in]

MaxRequestLength is a parameter of type long MaxRequestLength [out, retval]
MaxRequestLength is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGISServer Interface