Property WebSocketClientFactory
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
WebSocketClientFactory
Sets the factory method used to create instances of WebSocket clients.
Use CreateNew(IWebProxy, IServiceProvider) and equivalents on other implementations to switch out client implementations.
Defaults to CreateNew(IWebProxy, IServiceProvider).
public WebSocketClientFactoryDelegate WebSocketClientFactory { set; }