Table of Contents

Class TcpServer.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the methods contained in this class, for fast lookup.

public class TcpServer.MethodName : RefCounted.MethodName
Inheritance
TcpServer.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

GetLocalPort

Cached name for the 'get_local_port' method.

public static readonly StringName GetLocalPort

Field Value

StringName

IsConnectionAvailable

Cached name for the 'is_connection_available' method.

public static readonly StringName IsConnectionAvailable

Field Value

StringName

IsListening

Cached name for the 'is_listening' method.

public static readonly StringName IsListening

Field Value

StringName

Listen

Cached name for the 'listen' method.

public static readonly StringName Listen

Field Value

StringName

Stop

Cached name for the 'stop' method.

public static readonly StringName Stop

Field Value

StringName

TakeConnection

Cached name for the 'take_connection' method.

public static readonly StringName TakeConnection

Field Value

StringName