Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyPort: Integer;

C++

virtual int __fastcall GetProxyPort() = 0 ;

Properties

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

Description

Gets the port for the connection with the proxy server.

GetProxyPort is the getter method for the ProxyPort property.

See Also