Lidgren Network Library documentation |
NetConnection..::..Status Property |
NetConnection Class See Also Send Feedback |
Gets the current status of the connection (synced to the last status message read)
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public NetConnectionStatus Status { get; } |
Visual Basic |
---|
Public ReadOnly Property Status As NetConnectionStatus Get |
Visual C++ |
---|
public: property NetConnectionStatus Status { NetConnectionStatus get (); } |