Datasnap.DSClientRest.TDSCustomRestConnection.GetProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyPort: Integer; virtual;

C++

virtual int __fastcall GetProxyPort();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Getter method for the ProxyPort property.

GetProxyPort is the protected read implementation for the ProxyPort property.

See Also