Class DisconnectEventArgs
public class DisconnectEventArgs
- Inheritance
-
DisconnectEventArgs
- Inherited Members
Constructors
DisconnectEventArgs(bool)
public DisconnectEventArgs(bool reconnect)
Parameters
reconnect
bool
Properties
Reconnect
Whether the client will attempt to reconnect after the disconnect.
public bool Reconnect { get; }