REST.Client.TCustomRESTClient.ProxyPort

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort default 0;

C++

__property int ProxyPort = {read=GetProxyPort, write=SetProxyPort, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


Beschreibung

Gibt eine Port-Nummer für den HTTP-Proxy-Server an, sofern vorhanden.

Wenn die Port-Nummer auf 0 (null) gesetzt ist, wird die Eigenschaft ignoriert.

Hinweis:

Der Standardwert für diese Eigenschaft ist 0 (null).