UniqueIdentifier Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets a unique identifier for this NetPeer based on Mac address and ip/port. Note! Not available until Start() has been called!

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

Syntax

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

See Also