Enum HTTPClient.Status

enum Status : int { ... }

Enum members

NameDescription
statusBody

Status

HTTP body received.

statusCantConnect

Status

Can't connect to the server.

statusCantResolve

Status

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

statusConnected

Status

Connection established.

statusConnecting

Status

Currently connecting to server.

statusConnectionError

Status

Error in HTTP connection.

statusDisconnected

Status

Disconnected from the server.

statusRequesting

Status

Currently sending request.

statusResolving

Status

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

statusSslHandshakeError

Status

Error in SSL handshake.