Datasnap.DSClientRest.TDSCustomRestConnection.SetProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetProxyPort(const Value: Integer);

C++

void __fastcall SetProxyPort(const int Value);

Properties

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

Description

Setter method for the ProxyPort property.

SetProxyPort is the protected write implementation for the ProxyPort property.

See Also