ProxyString Property (.NET)

 

Type: String

 

Returns a string containing the proxy configuration settings used by the client browser, if using a proxy to connect, and if the information is available.

 

C# Example:

<html>Proxy string:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.ProxyString);

%>

</html>

 

See Also:

Proxy Property (.NET)