System.Curl.curl_proxytype

Aus RAD Studio API Documentation

Delphi

curl_proxytype = (
CURLPROXY_HTTP = 0,       { added in 7.10, new in 7.19.4 default is to use CONNECT HTTP/1.1 }
CURLPROXY_HTTP_1_0 = 1,   { added in 7.19.4, force to use CONNECT HTTP/1.0 }
CURLPROXY_SOCKS4 = 4,     { support added in 7.15.2, enum existed already in 7.10 }
CURLPROXY_SOCKS5 = 5,     { added in 7.10 }
CURLPROXY_SOCKS4A = 6,    { added in 7.18.0 }
CURLPROXY_SOCKS5_HOSTNAME = 7 { Use the SOCKS5 protocol but pass along the
host name rather than the IP address. added
in 7.18.0 }
);   { this enum was added in 7.10 }

C++

enum DECLSPEC_DENUM curl_proxytype : unsigned int { CURLPROXY_HTTP, CURLPROXY_HTTP_1_0, CURLPROXY_SOCKS4 = 4, CURLPROXY_SOCKS5, CURLPROXY_SOCKS4A, CURLPROXY_SOCKS5_HOSTNAME };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.