Click or drag to resize

WebSocketServerSetPrivateKey Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: GodotCryptoKey

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

See Also