Event Disconnected
- Namespace
- DisCatSharp.Net.WebSocket
- Assembly
- DisCatSharp.dll
Triggered when the client is disconnected.
public event AsyncEventHandler<IWebSocketClient, SocketCloseEventArgs> Disconnected
Returns
- AsyncEventHandler<IWebSocketClient, SocketCloseEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.
- Implements