Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IProxyConnectionInfo

Description

Represents the port for the connection with the proxy server.

Use ProxyPort in order to access the value of the proxy port.

See Also