Table of Contents

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

StringName

ClientUnsafe

Cached name for the 'client_unsafe' method.

public static readonly StringName ClientUnsafe

Field Value

StringName

GetCommonNameOverride

Cached name for the 'get_common_name_override' method.

public static readonly StringName GetCommonNameOverride

Field Value

StringName

GetOwnCertificate

Cached name for the 'get_own_certificate' method.

public static readonly StringName GetOwnCertificate

Field Value

StringName

GetPrivateKey

Cached name for the 'get_private_key' method.

public static readonly StringName GetPrivateKey

Field Value

StringName

GetTrustedCaChain

Cached name for the 'get_trusted_ca_chain' method.

public static readonly StringName GetTrustedCaChain

Field Value

StringName

IsServer

Cached name for the 'is_server' method.

public static readonly StringName IsServer

Field Value

StringName

IsUnsafeClient

Cached name for the 'is_unsafe_client' method.

public static readonly StringName IsUnsafeClient

Field Value

StringName

Server

Cached name for the 'server' method.

public static readonly StringName Server

Field Value

StringName