Class WebSocketPeer.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class WebSocketPeer.MethodName : PacketPeer.MethodName
- Inheritance
-
WebSocketPeer.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
AcceptStream
Cached name for the 'accept_stream' method.
public static readonly StringName AcceptStream
Field Value
Close
Cached name for the 'close' method.
public static readonly StringName Close
Field Value
ConnectToUrl
Cached name for the 'connect_to_url' method.
public static readonly StringName ConnectToUrl
Field Value
GetCloseCode
Cached name for the 'get_close_code' method.
public static readonly StringName GetCloseCode
Field Value
GetCloseReason
Cached name for the 'get_close_reason' method.
public static readonly StringName GetCloseReason
Field Value
GetConnectedHost
Cached name for the 'get_connected_host' method.
public static readonly StringName GetConnectedHost
Field Value
GetConnectedPort
Cached name for the 'get_connected_port' method.
public static readonly StringName GetConnectedPort
Field Value
GetCurrentOutboundBufferedAmount
Cached name for the 'get_current_outbound_buffered_amount' method.
public static readonly StringName GetCurrentOutboundBufferedAmount
Field Value
GetHandshakeHeaders
Cached name for the 'get_handshake_headers' method.
public static readonly StringName GetHandshakeHeaders
Field Value
GetInboundBufferSize
Cached name for the 'get_inbound_buffer_size' method.
public static readonly StringName GetInboundBufferSize
Field Value
GetMaxQueuedPackets
Cached name for the 'get_max_queued_packets' method.
public static readonly StringName GetMaxQueuedPackets
Field Value
GetOutboundBufferSize
Cached name for the 'get_outbound_buffer_size' method.
public static readonly StringName GetOutboundBufferSize
Field Value
GetReadyState
Cached name for the 'get_ready_state' method.
public static readonly StringName GetReadyState
Field Value
GetRequestedUrl
Cached name for the 'get_requested_url' method.
public static readonly StringName GetRequestedUrl
Field Value
GetSelectedProtocol
Cached name for the 'get_selected_protocol' method.
public static readonly StringName GetSelectedProtocol
Field Value
GetSupportedProtocols
Cached name for the 'get_supported_protocols' method.
public static readonly StringName GetSupportedProtocols
Field Value
Poll
Cached name for the 'poll' method.
public static readonly StringName Poll
Field Value
Send
Cached name for the 'send' method.
public static readonly StringName Send
Field Value
SendText
Cached name for the 'send_text' method.
public static readonly StringName SendText
Field Value
SetHandshakeHeaders
Cached name for the 'set_handshake_headers' method.
public static readonly StringName SetHandshakeHeaders
Field Value
SetInboundBufferSize
Cached name for the 'set_inbound_buffer_size' method.
public static readonly StringName SetInboundBufferSize
Field Value
SetMaxQueuedPackets
Cached name for the 'set_max_queued_packets' method.
public static readonly StringName SetMaxQueuedPackets
Field Value
SetNoDelay
Cached name for the 'set_no_delay' method.
public static readonly StringName SetNoDelay
Field Value
SetOutboundBufferSize
Cached name for the 'set_outbound_buffer_size' method.
public static readonly StringName SetOutboundBufferSize
Field Value
SetSupportedProtocols
Cached name for the 'set_supported_protocols' method.
public static readonly StringName SetSupportedProtocols
Field Value
WasStringPacket
Cached name for the 'was_string_packet' method.
public static readonly StringName WasStringPacket