WebSocketClientSettings.UseAsynchronousTransportLayer Property
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9083)
UseAsynchronousTransportLayer
Specifies whether to use asynchronous TLS and socket API. This is much more efficient and scalable when multiple WebSocket clients are active at the same time.
Declaration
public bool UseAsynchronousTransportLayer { get; set; }
Property Value
Type | Description |
---|---|
Boolean |