Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyPort

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IProxyConnectionInfo


Beschreibung

Repräsentiert den Port für die Verbindung mit dem Proxy-Server.

Mit ProxyPort können Sie auf den Wert des Proxy-Ports zugreifen.

Siehe auch