Click or drag to resize

WebSocketServerSetCaChain Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.WebSocketServer.SetCaChain(Godot.X509Certificate)"]

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

Parameters

arg0
Type: GodotX509Certificate

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

See Also