Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IProxyConnectionInfo

Delphi

function GetProxyServer: string;

C++

virtual System::UnicodeString __fastcall GetProxyServer() = 0 ;

Description

Gets the host name of the proxy server.

GetProxyServer is the getter method for the ProxyServer property.

See Also