Class TlsOptions.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class TlsOptions.MethodName : RefCounted.MethodName
- Inheritance
-
TlsOptions.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
Client
Cached name for the 'client' method.
public static readonly StringName Client
Field Value
ClientUnsafe
Cached name for the 'client_unsafe' method.
public static readonly StringName ClientUnsafe
Field Value
GetCommonNameOverride
Cached name for the 'get_common_name_override' method.
public static readonly StringName GetCommonNameOverride
Field Value
GetOwnCertificate
Cached name for the 'get_own_certificate' method.
public static readonly StringName GetOwnCertificate
Field Value
GetPrivateKey
Cached name for the 'get_private_key' method.
public static readonly StringName GetPrivateKey
Field Value
GetTrustedCaChain
Cached name for the 'get_trusted_ca_chain' method.
public static readonly StringName GetTrustedCaChain
Field Value
IsServer
Cached name for the 'is_server' method.
public static readonly StringName IsServer
Field Value
IsUnsafeClient
Cached name for the 'is_unsafe_client' method.
public static readonly StringName IsUnsafeClient
Field Value
Server
Cached name for the 'server' method.
public static readonly StringName Server