Table of Contents

Event SocketClosed

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired whenever WebSocket connection is terminated.

public event AsyncEventHandler<DiscordClient, SocketCloseEventArgs> SocketClosed

Returns

AsyncEventHandler<DiscordClient, SocketCloseEventArgs>
Fired whenever WebSocket connection is terminated.