Table of Contents

Class HttpRequest.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

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

public class HttpRequest.MethodName : Node.MethodName
Inheritance
HttpRequest.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

CancelRequest

Cached name for the 'cancel_request' method.

public static readonly StringName CancelRequest

Field Value

StringName

GetBodySize

Cached name for the 'get_body_size' method.

public static readonly StringName GetBodySize

Field Value

StringName

GetBodySizeLimit

Cached name for the 'get_body_size_limit' method.

public static readonly StringName GetBodySizeLimit

Field Value

StringName

GetDownloadChunkSize

Cached name for the 'get_download_chunk_size' method.

public static readonly StringName GetDownloadChunkSize

Field Value

StringName

GetDownloadFile

Cached name for the 'get_download_file' method.

public static readonly StringName GetDownloadFile

Field Value

StringName

GetDownloadedBytes

Cached name for the 'get_downloaded_bytes' method.

public static readonly StringName GetDownloadedBytes

Field Value

StringName

GetHttpClientStatus

Cached name for the 'get_http_client_status' method.

public static readonly StringName GetHttpClientStatus

Field Value

StringName

GetMaxRedirects

Cached name for the 'get_max_redirects' method.

public static readonly StringName GetMaxRedirects

Field Value

StringName

GetTimeout

Cached name for the 'get_timeout' method.

public static readonly StringName GetTimeout

Field Value

StringName

IsAcceptingGZip

Cached name for the 'is_accepting_gzip' method.

public static readonly StringName IsAcceptingGZip

Field Value

StringName

IsUsingThreads

Cached name for the 'is_using_threads' method.

public static readonly StringName IsUsingThreads

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

SetAcceptGZip

Cached name for the 'set_accept_gzip' method.

public static readonly StringName SetAcceptGZip

Field Value

StringName

SetBodySizeLimit

Cached name for the 'set_body_size_limit' method.

public static readonly StringName SetBodySizeLimit

Field Value

StringName

SetDownloadChunkSize

Cached name for the 'set_download_chunk_size' method.

public static readonly StringName SetDownloadChunkSize

Field Value

StringName

SetDownloadFile

Cached name for the 'set_download_file' method.

public static readonly StringName SetDownloadFile

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

SetMaxRedirects

Cached name for the 'set_max_redirects' method.

public static readonly StringName SetMaxRedirects

Field Value

StringName

SetTimeout

Cached name for the 'set_timeout' method.

public static readonly StringName SetTimeout

Field Value

StringName

SetTlsOptions

Cached name for the 'set_tls_options' method.

public static readonly StringName SetTlsOptions

Field Value

StringName

SetUseThreads

Cached name for the 'set_use_threads' method.

public static readonly StringName SetUseThreads

Field Value

StringName