Datasnap.DSClientRest.TDSCustomRestConnection.SetProxyHost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

procedure SetProxyHost(const Value: string); virtual;

C++

virtual void __fastcall SetProxyHost(const System::UnicodeString Value);

Description

Setter method for the ProxyHost property.

SetProxyHost is the protected write implementation for the ProxyHost property.

See Also