Connections Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets a copy of the list of connections

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

Syntax

C#
public List<NetConnection> Connections { get; }
Visual Basic
Public ReadOnly Property Connections As List(Of NetConnection)
	Get
Visual C++
public:
property List<NetConnection^>^ Connections {
	List<NetConnection^>^ get ();
}

See Also