Datasnap.Win.SConnect.TWebConnection.Proxy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Proxy: string read FProxy write FProxy;

C++

__property System::UnicodeString Proxy = {read=FProxy, write=FProxy};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TWebConnection

Description

Lists any proxy servers that are required to make the connection.

Use Proxy if the Web connection component can't resolve the value of Host locally. If the server is registered locally, Proxy can be a null string. Otherwise, Proxy lists the host names of any proxy servers that can forward request messages on to the intended server machine.

See Also