Files
Sharp7Reactive/Sharp7.Rx/Enums/ConnectionState.cs
2018-11-05 16:23:37 +01:00

11 lines
164 B
C#

namespace Sharp7.Rx.Enums
{
public enum ConnectionState
{
Initial,
Connected,
DisconnectedByUser,
ConnectionLost
}
}