Click or drag to resize

WebSocketServerSetBindIp Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: SystemString

[Missing <param name="arg0"/> documentation for "M:Godot.WebSocketServer.SetBindIp(System.String)"]

See Also