Click or drag to resize

HTTPClientStatus Enumeration

[Missing <summary> documentation for "T:Godot.HTTPClient.Status"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Status
Members
  Member nameValueDescription
Disconnected0

Status: Disconnected from the server.

Resolving1

Status: Currently resolving the hostname for the given URL into an IP.

CantResolve2

Status: DNS failure: Can't resolve the hostname for the given URL.

Connecting3

Status: Currently connecting to server.

CantConnect4

Status: Can't connect to the server.

Connected5

Status: Connection established.

Requesting6

Status: Currently sending request.

Body7

Status: HTTP body received.

ConnectionError8

Status: Error in HTTP connection.

SslHandshakeError9

Status: Error in SSL handshake.

See Also