Share via


SPDistributedCacheClientConfigurationSettings.ConnectionBufferSize property

Gets or sets the size of the receive buffers used by transport channels.

Namespace:  Microsoft.SharePoint.DistributedCaching.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ConnectionBufferSize As Integer
    Get
    Friend Set
'Usage
Dim instance As SPDistributedCacheClientConfigurationSettings
Dim value As Integer

value = instance.ConnectionBufferSize
public int ConnectionBufferSize { get; internal set; }

Property value

Type: System.Int32

See also

Reference

SPDistributedCacheClientConfigurationSettings class

SPDistributedCacheClientConfigurationSettings members

Microsoft.SharePoint.DistributedCaching.Utilities namespace