Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyServer
Delphi
property ProxyServer: string read GetProxyServer write SetProxyServer;
C++
__property System::UnicodeString ProxyServer = {read=GetProxyServer, write=SetProxyServer};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp |
Datasnap.DSHTTPClient | IProxyConnectionInfo |
Description
Represents the name for the proxy server.
ProxyServer specifies a fully qualified domain name or IP address for the proxy server.
Note: If you do not use a proxy server, leave this property empty.