共用方式為


SPClientRequestServiceSettings.MaxParseMessageSize property

以位元組為單位来剖析之郵件的最大大小。當它的值大於零時,伺服器需要剖析要求訊息時,則會使用它的值。MaxParseMessageSize 的值可以是與 MaxReceivedMessageSize 不同。例如,當用戶端使用 CSOM 上傳某些檔案。會限制在 MaxParseMessageSize CSOM XML 的郵件大小。總數的郵件,包括 CSOM XML 郵件,並將檔案二進位訊息,會限制 MaxReceivedMessageSize。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property MaxParseMessageSize As Integer
    Get
    Set
'用途
Dim instance As SPClientRequestServiceSettings
Dim value As Integer

value = instance.MaxParseMessageSize

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

Property value

Type: System.Int32

請參閱

參照

SPClientRequestServiceSettings class

SPClientRequestServiceSettings members

Microsoft.SharePoint.Administration namespace