Enum ESocketState
- Namespace
- XeroxDev.YTMDesktop.Companion.Enums
- Assembly
- XeroxDev.YTMDesktop.Companion.dll
The state of the socket
public enum ESocketState
Fields
Connected = 1
If the socket is connected
Connecting = 0
If the socket is connecting
Disconnected = 2
If the socket is disconnected
Error = 3
The socket seems to be disconnected due to an error