Table of Contents

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 IWebProxy

Proxy settings to use for the new WebSocket client instance.

Returns

IWebSocketClient

Constructed WebSocket client implementation.