Class SocketCloseEventArgs
Represents arguments for Socket
Namespace: KSharpPlus.EventArgs.Socket
Assembly: KSharpPlus.dll
Syntax
public class SocketCloseEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourceCloseCode
Gets the close code sent by remote host.
Declaration
public int CloseCode { get; }
Property Value
Type | Description |
---|---|
Int32 |
CloseMessage
Gets the close message sent by remote host.
Declaration
public string CloseMessage { get; }
Property Value
Type | Description |
---|---|
String |