Click or drag to resize

NetConnectionStatus Enumeration

Status for a NetConnection 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 NetConnectionStatus
Members
  Member nameValueDescription
None0 No connection, or attempt, in place
InitiatedConnect1 Connect has been sent; waiting for ConnectResponse
ReceivedInitiation2 Connect was received, but ConnectResponse hasn't been sent yet
RespondedAwaitingApproval3 Connect was received and ApprovalMessage released to the application; awaiting Approve() or Deny()
RespondedConnect4 Connect was received and ConnectResponse has been sent; waiting for ConnectionEstablished
Connected5 Connected
Disconnecting6 In the process of disconnecting
Disconnected7 Disconnected
See Also