Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IProxyConnectionInfo

Delphi

function GetProxyPort: Integer;

C++

virtual int __fastcall GetProxyPort() = 0 ;

Description

Gets the port for the connection with the proxy server.

GetProxyPort is the getter method for the ProxyPort property.

See Also