From 2bed6e60a1b29fe99f0f9c2e027079db4ead553d Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Fri, 11 Aug 2006 17:39:10 +0000 Subject: [PATCH] Added comments to support use of Proxy in the .net plugin. --- src/osgPlugins/net/ReaderWriterNET.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/osgPlugins/net/ReaderWriterNET.cpp b/src/osgPlugins/net/ReaderWriterNET.cpp index 13e447823..c91c6e711 100644 --- a/src/osgPlugins/net/ReaderWriterNET.cpp +++ b/src/osgPlugins/net/ReaderWriterNET.cpp @@ -68,6 +68,18 @@ * the server. If fetched, it is written * to cache. * + * proxy_host= - Specify the name of a Proxy host. Proxies are not + * used by default + * + * proxy_port= - 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. */