Click or drag to resize

BaseEndpointReadBufferSize Property

Size of the read buffer for the ITransport on the endpoint

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public int ReadBufferSize { get; set; }

Property Value

Type: Int32

Implements

IBaseEndpointReadBufferSize
See Also