AppIdentifier Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the identifier of this application; the library can only connect to matching app identifier peers

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

Syntax

C#
public string AppIdentifier { get; }
Visual Basic
Public ReadOnly Property AppIdentifier As String
	Get
Visual C++
public:
property String^ AppIdentifier {
	String^ get ();
}

See Also