Click or drag to resize

IPClearCache Method

Removes all of a hostname's cached references. If no hostname is given, all cached IP addresses are removed.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ClearCache(
	string hostname = ""
)

Parameters

hostname (Optional)
Type: SystemString

[Missing <param name="hostname"/> documentation for "M:Godot.IP.ClearCache(System.String)"]

See Also