Type: Boolean
Returns whether the user is connecting through a proxy server. Note: Not all connections through a proxy can be detected as such.
C# Example:
<html>Proxy:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.Proxy);
%>
</html>
See Also: