Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPort

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort default 8888;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Beschreibung

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