Datasnap.Win.SConnect.TWebConnection.Proxy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: TWebConnection

Delphi

property Proxy: string read FProxy write FProxy;

C++

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

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