SPWebProxyConfig.MaxResponseSize property
Gets or sets the maximum number of bytes that will be accepted from an external service. The default value is 204800 (200 KB).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaxResponseSize As Integer
Get
Set
'Usage
Dim instance As SPWebProxyConfig
Dim value As Integer
value = instance.MaxResponseSize
instance.MaxResponseSize = value
public int MaxResponseSize { get; set; }
Property value
Type: System.Int32
The maximum number of bytes.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | This exception is thrown if the value that is being set is not positive. |