Delegate WebSocketClientFactoryDelegate
- Namespace
- DSharpPlus.Net.WebSocket
- Assembly
- DSharpPlus.dll
Creates an instance of a WebSocket client implementation.
public delegate IWebSocketClient WebSocketClientFactoryDelegate(IWebProxy proxy)
Parameters
proxy
IWebProxyProxy settings to use for the new WebSocket client instance.
Returns
- IWebSocketClient
Constructed WebSocket client implementation.