NetPeerConfiguration Constructor

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
NetPeerConfiguration constructor

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

Syntax

C#
public NetPeerConfiguration(
	string appIdentifier
)
Visual Basic
Public Sub New ( _
	appIdentifier As String _
)
Visual C++
public:
NetPeerConfiguration(
	String^ appIdentifier
)

Parameters

appIdentifier
Type: System..::..String

[Missing <param name="appIdentifier"/> documentation for "M:Lidgren.Network.NetPeerConfiguration.#ctor(System.String)"]

See Also