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
IsConnectionAvailable
Cached name for the 'is_connection_available' method.
public static readonly StringName IsConnectionAvailable
Field Value
IsListening
Cached name for the 'is_listening' method.
public static readonly StringName IsListening
Field Value
Listen
Cached name for the 'listen' method.
public static readonly StringName Listen
Field Value
Stop
Cached name for the 'stop' method.
public static readonly StringName Stop
Field Value
TakeConnection
Cached name for the 'take_connection' method.
public static readonly StringName TakeConnection