Skip to content

ConnectionType

Narumikazuchi edited this page Sep 18, 2021 · 2 revisions

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

Description

Specifies the type of connection event that occurred.

public enum ConnectionType
{
    ConnectionEstablished,
    ConnectionClosed,
    ConnectionLost
}
Clone this wiki locally