ConnectionStatus Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the connection status of the server connection (or NetConnectionStatus.Disconnected if no connection)

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public NetConnectionStatus ConnectionStatus { get; }
Visual Basic
Public ReadOnly Property ConnectionStatus As NetConnectionStatus
	Get
Visual C++
public:
property NetConnectionStatus ConnectionStatus {
	NetConnectionStatus get ();
}

See Also