Class HttpClient.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class HttpClient.MethodName : RefCounted.MethodName
- Inheritance
-
HttpClient.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
Close
Cached name for the 'close' method.
public static readonly StringName Close
Field Value
ConnectToHost
Cached name for the 'connect_to_host' method.
public static readonly StringName ConnectToHost
Field Value
GetConnection
Cached name for the 'get_connection' method.
public static readonly StringName GetConnection
Field Value
GetReadChunkSize
Cached name for the 'get_read_chunk_size' method.
public static readonly StringName GetReadChunkSize
Field Value
GetResponseBodyLength
Cached name for the 'get_response_body_length' method.
public static readonly StringName GetResponseBodyLength
Field Value
GetResponseCode
Cached name for the 'get_response_code' method.
public static readonly StringName GetResponseCode
Field Value
GetResponseHeaders
Cached name for the 'get_response_headers' method.
public static readonly StringName GetResponseHeaders
Field Value
GetResponseHeadersAsDictionary
Cached name for the 'get_response_headers_as_dictionary' method.
public static readonly StringName GetResponseHeadersAsDictionary
Field Value
GetStatus
Cached name for the 'get_status' method.
public static readonly StringName GetStatus
Field Value
HasResponse
Cached name for the 'has_response' method.
public static readonly StringName HasResponse
Field Value
IsBlockingModeEnabled
Cached name for the 'is_blocking_mode_enabled' method.
public static readonly StringName IsBlockingModeEnabled
Field Value
IsResponseChunked
Cached name for the 'is_response_chunked' method.
public static readonly StringName IsResponseChunked
Field Value
Poll
Cached name for the 'poll' method.
public static readonly StringName Poll
Field Value
QueryStringFromDict
Cached name for the 'query_string_from_dict' method.
public static readonly StringName QueryStringFromDict
Field Value
ReadResponseBodyChunk
Cached name for the 'read_response_body_chunk' method.
public static readonly StringName ReadResponseBodyChunk
Field Value
Request
Cached name for the 'request' method.
public static readonly StringName Request
Field Value
RequestRaw
Cached name for the 'request_raw' method.
public static readonly StringName RequestRaw
Field Value
SetBlockingMode
Cached name for the 'set_blocking_mode' method.
public static readonly StringName SetBlockingMode
Field Value
SetConnection
Cached name for the 'set_connection' method.
public static readonly StringName SetConnection
Field Value
SetHttpProxy
Cached name for the 'set_http_proxy' method.
public static readonly StringName SetHttpProxy
Field Value
SetHttpsProxy
Cached name for the 'set_https_proxy' method.
public static readonly StringName SetHttpsProxy
Field Value
SetReadChunkSize
Cached name for the 'set_read_chunk_size' method.
public static readonly StringName SetReadChunkSize