Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyServer
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
Unit: Datasnap.DSHTTPClient | |
Parent: IProxyConnectionInfo |
Delphi
property ProxyServer: string read GetProxyServer write SetProxyServer;
C++
__property System::UnicodeString ProxyServer = {read=GetProxyServer, write=SetProxyServer};
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.