Soap.HTTPUtil.IStreamLoader.GetProxy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetProxy: string;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Soap.HTTPUtil.pas
Soap.HTTPUtil.hpp
Soap.HTTPUtil IStreamLoader

Description

Returns the value of the Proxy property.

GetProxy is the read implementation for the Proxy property.

See Also