RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.Proxy Property

Lists any proxy servers that are required to make the connection.

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

Use Proxy if the SOAP connection component can't resolve the host portion of URL locally. If the server is registered locally, 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!