Lidgren Network Library documentation |
NetConnection..::..RemoteEndpoint Property |
NetConnection Class See Also Send Feedback |
Gets the remote endpoint for the connection
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public IPEndPoint RemoteEndpoint { get; } |
Visual Basic |
---|
Public ReadOnly Property RemoteEndpoint As IPEndPoint Get |
Visual C++ |
---|
public: property IPEndPoint^ RemoteEndpoint { IPEndPoint^ get (); } |