Click or drag to resize

WebSocketServerSetSslCertificate Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: GodotX509Certificate

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

See Also