Click or drag to resize

UPNPDeviceSetDescriptionUrl Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.UPNPDevice.SetDescriptionUrl(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDescriptionUrl is deprecated. Use the DescriptionUrl property instead.")]
public void SetDescriptionUrl(
	string url
)

Parameters

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:Godot.UPNPDevice.SetDescriptionUrl(System.String)"]

See Also