DataCacheTransportProperties.ConnectionBufferSize Property

 

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

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public int ConnectionBufferSize { get; set; }
public:
property int ConnectionBufferSize {
    int get();
    void set(int value);
}
member ConnectionBufferSize : int with get, set
Public Property ConnectionBufferSize As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

DataCacheTransportProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top