Class WebSocketConnectionProviderConfiguration
- Namespace
- NetCord.Gateway.WebSockets
- Assembly
- NetCord.dll
public class WebSocketConnectionProviderConfiguration
- Inheritance
-
WebSocketConnectionProviderConfiguration
- Inherited Members
Constructors
WebSocketConnectionProviderConfiguration()
public WebSocketConnectionProviderConfiguration()
Properties
ConfigureConnectionOptions
A delegate to configure the ClientWebSocketOptions of the connection.
public Action<ClientWebSocketOptions>? ConfigureConnectionOptions { get; init; }