SPWcfServiceSettings.ReaderQuotasMaxBytesPerRead property
Gets or sets the maximum bytes per read for XML dictionary readers (XmlDictionaryReader).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ReaderQuotasMaxBytesPerRead As Integer
Get
Set
'Usage
Dim instance As SPWcfServiceSettings
Dim value As Integer
value = instance.ReaderQuotasMaxBytesPerRead
instance.ReaderQuotasMaxBytesPerRead = value
public int ReaderQuotasMaxBytesPerRead { get; set; }
Property value
Type: System.Int32
The maximum number of bytes per read. This property setting is applied only when the value is greater than zero.