MaximumConnections Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the maximum amount of connections this peer can hold. Cannot be changed once NetPeer is initialized.

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

Syntax

C#
public int MaximumConnections { get; set; }
Visual Basic
Public Property MaximumConnections As Integer
	Get
	Set
Visual C++
public:
property int MaximumConnections {
	int get ();
	void set (int value);
}

See Also