This document is archived and information here might be outdated. Recommended version. |
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*