Version: 5.4

ConnectionConfig.WebSocketReceiveBufferMaxSize

Cambiar al Manual
public ushort WebSocketReceiveBufferMaxSize ;

Descripción

Defines received buffer size for web socket host; you should set this to the size of the biggest legal frame that you support. If the frame size is exceeded, there is no error, but the buffer will spill to the user callback when full. In case zero 4k buffer will be used. Default value is zero.