Partager via


SPWebProxyConfig.MaxResponseSize - Propriété

Obtient ou définit le nombre maximal d'octets qui seront acceptés à partir d'un service externe. La valeur par défaut est 204800 (200 Ko).

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property MaxResponseSize As Integer
    Get
    Set
'Utilisation
Dim instance As SPWebProxyConfig
Dim value As Integer

value = instance.MaxResponseSize

instance.MaxResponseSize = value
public int MaxResponseSize { get; set; }

Valeur de propriété

Type : System.Int32
Le nombre maximal d'octets.

Exceptions

Exception Condition
ArgumentOutOfRangeException

Cette exception est levée si la valeur définie n'est pas positive.

Voir aussi

Référence

SPWebProxyConfig classe

SPWebProxyConfig - Membres

Microsoft.SharePoint - Espace de noms