UPnP Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Returns an UPnP object if enabled in the NetPeerConfiguration

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

Syntax

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

See Also