Click or drag to resize

NetPeerStatus Enumeration

Status for a NetPeer instance

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum NetPeerStatus
Members
  Member nameValueDescription
NotRunning0 NetPeer is not running; socket is not bound
Starting1 NetPeer is in the process of starting up
Running2 NetPeer is bound to socket and listening for packets
ShutdownRequested3 Shutdown has been requested and will be executed shortly
See Also