Click or drag to resize

UPNPDeviceDeletePortMapping Method

Deletes the port mapping identified by the given port and protocol combination on this device. See DeletePortMapping(Int32, String).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int DeletePortMapping(
	int port,
	string proto = "UDP"
)

Parameters

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:Godot.UPNPDevice.DeletePortMapping(System.Int32,System.String)"]

proto (Optional)
Type: SystemString

[Missing <param name="proto"/> documentation for "M:Godot.UPNPDevice.DeletePortMapping(System.Int32,System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.UPNPDevice.DeletePortMapping(System.Int32,System.String)"]

See Also