Datasnap.DSClientRest.TDSRestConnection.ProxyPort

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort default 8888;

C++

__property ProxyPort = {default=8888};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Beschreibung

Der Port auf dem Proxy-Host.

Datasnap.DSClientRest.TDSRestConnection.ProxyPort erbt von Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPort. Der folgende Inhalt bezieht sich auf Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPort.

Der Port auf dem Proxy-Host.

Die Eigenschaft ProxyPort gibt den Port auf dem Proxy-Host an, durch den die Anforderungen gesendet werden. ProxyPort wird ignoriert, wenn ProxyHost nicht gesetzt wird.

Siehe auch