







|
| Lidgren Network Library documentation |
| NetPeer..::..Connections Property |
| NetPeer Class See Also Send Feedback |
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 (); } |
