DeleteForwardingRule Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Delete a forwarding rule from the router using UPnP

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

Syntax

C#
public bool DeleteForwardingRule(
	int port
)
Visual Basic
Public Function DeleteForwardingRule ( _
	port As Integer _
) As Boolean
Visual C++
public:
bool DeleteForwardingRule(
	int port
)

Parameters

port
Type: System..::..Int32

[Missing <param name="port"/> documentation for "M:Lidgren.Network.NetUPnP.DeleteForwardingRule(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetUPnP.DeleteForwardingRule(System.Int32)"]

See Also