NetPeer Constructor

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
NetPeer constructor

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

Syntax

C#
public NetPeer(
	NetPeerConfiguration config
)
Visual Basic
Public Sub New ( _
	config As NetPeerConfiguration _
)
Visual C++
public:
NetPeer(
	NetPeerConfiguration^ config
)

Parameters

config
Type: Lidgren.Network..::..NetPeerConfiguration

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

See Also