RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IStreamLoader.Proxy Property

Lists any proxy servers that are required to connect to a server that hosts the WSDL document.

Pascal
property Proxy: string;
C++
__property AnsiString Proxy;

Use Proxy if the stream loader can't resolve the host portion of an URL for the WSDL document locally. If the server that hosts the WSDL document is registered locally or if the WSDL document is a file on the local machine, 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!