Table of Contents

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

StringName

ConnectToHost

Cached name for the 'connect_to_host' method.

public static readonly StringName ConnectToHost

Field Value

StringName

GetConnection

Cached name for the 'get_connection' method.

public static readonly StringName GetConnection

Field Value

StringName

GetReadChunkSize

Cached name for the 'get_read_chunk_size' method.

public static readonly StringName GetReadChunkSize

Field Value

StringName

GetResponseBodyLength

Cached name for the 'get_response_body_length' method.

public static readonly StringName GetResponseBodyLength

Field Value

StringName

GetResponseCode

Cached name for the 'get_response_code' method.

public static readonly StringName GetResponseCode

Field Value

StringName

GetResponseHeaders

Cached name for the 'get_response_headers' method.

public static readonly StringName GetResponseHeaders

Field Value

StringName

GetResponseHeadersAsDictionary

Cached name for the 'get_response_headers_as_dictionary' method.

public static readonly StringName GetResponseHeadersAsDictionary

Field Value

StringName

GetStatus

Cached name for the 'get_status' method.

public static readonly StringName GetStatus

Field Value

StringName

HasResponse

Cached name for the 'has_response' method.

public static readonly StringName HasResponse

Field Value

StringName

IsBlockingModeEnabled

Cached name for the 'is_blocking_mode_enabled' method.

public static readonly StringName IsBlockingModeEnabled

Field Value

StringName

IsResponseChunked

Cached name for the 'is_response_chunked' method.

public static readonly StringName IsResponseChunked

Field Value

StringName

Poll

Cached name for the 'poll' method.

public static readonly StringName Poll

Field Value

StringName

QueryStringFromDict

Cached name for the 'query_string_from_dict' method.

public static readonly StringName QueryStringFromDict

Field Value

StringName

ReadResponseBodyChunk

Cached name for the 'read_response_body_chunk' method.

public static readonly StringName ReadResponseBodyChunk

Field Value

StringName

Request

Cached name for the 'request' method.

public static readonly StringName Request

Field Value

StringName

RequestRaw

Cached name for the 'request_raw' method.

public static readonly StringName RequestRaw

Field Value

StringName

SetBlockingMode

Cached name for the 'set_blocking_mode' method.

public static readonly StringName SetBlockingMode

Field Value

StringName

SetConnection

Cached name for the 'set_connection' method.

public static readonly StringName SetConnection

Field Value

StringName

SetHttpProxy

Cached name for the 'set_http_proxy' method.

public static readonly StringName SetHttpProxy

Field Value

StringName

SetHttpsProxy

Cached name for the 'set_https_proxy' method.

public static readonly StringName SetHttpsProxy

Field Value

StringName

SetReadChunkSize

Cached name for the 'set_read_chunk_size' method.

public static readonly StringName SetReadChunkSize

Field Value

StringName