RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebConnection.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 Web connection component can't resolve the value of Host 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!