ConnectionType - Narumikazuchi/Networking GitHub Wiki

Assembly: Narumikazuchi.Networking.Sockets.dll
Namespace: Narumikazuchi.Networking.Sockets

Description

Specifies the type of connection event that occurred.

public enum ConnectionType
{
    ConnectionEstablished,
    ConnectionClosed,
    ConnectionLost
}
⚠️ **GitHub.com Fallback** ⚠️