Lidgren Network Library documentation |
NetClient..::..ServerConnection Property |
NetClient Class See Also Send Feedback |
Gets the connection to the server, if any
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public NetConnection ServerConnection { get; } |
Visual Basic |
---|
Public ReadOnly Property ServerConnection As NetConnection Get |
Visual C++ |
---|
public: property NetConnection^ ServerConnection { NetConnection^ get (); } |