Click or drag to resize

BaseEndpointWriteBufferSize Property

Size of the write 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 WriteBufferSize { get; set; }

Property Value

Type: Int32

Implements

IBaseEndpointWriteBufferSize
See Also