RemoteUniqueIdentifier Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the unique identifier of the remote NetPeer for this connection

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

Syntax

C#
public long RemoteUniqueIdentifier { get; }
Visual Basic
Public ReadOnly Property RemoteUniqueIdentifier As Long
	Get
Visual C++
public:
property long long RemoteUniqueIdentifier {
	long long get ();
}

See Also