Added comments to support use of Proxy in the .net plugin.

This commit is contained in:
Don BURNS
2006-08-11 17:39:10 +00:00
parent a456538e3c
commit 2bed6e60a1

View File

@@ -68,6 +68,18 @@
* the server. If fetched, it is written
* to cache.
*
* proxy_host=<hostname> - Specify the name of a Proxy host. Proxies are not
* used by default
*
* proxy_port=<portnumber> - When using a Proxy host, specify the port. The
* internal variable defaults to 8080.
*
* Environmental Variables:
*
* OSG_PROXY_HOST Specifies the name of a Proxy host. Overrides options.
*
* OSG_PROXY_PORT When using a Proxy, sets the proxy port deliberately.
* The internal variable defaults to 8080.
*/