Host(ILogger, Int32) undefined

Definition

Creates a new Host instance

protected Host (VoltRpc.Logging.ILogger? logger = default, int bufferSize = 8000);

Parameters

logger
ILogger

The ILogger to use

bufferSize
System.Int32

The initial size of the buffers

Exceptions

System.ArgumentOutOfRangeException

Will throw if the buffer size is less then 16