Class SocketCloseEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for SocketClosed event.
public class SocketCloseEventArgs : DiscordEventArgs
- Inheritance
-
SocketCloseEventArgs
- Inherited Members
Constructors
- SocketCloseEventArgs(IServiceProvider)
Initializes a new instance of the SocketCloseEventArgs class.
Properties
- CloseCode
Gets the close code sent by remote host.
- CloseMessage
Gets the close message sent by remote host.