// Set this property using the JVM parameter, for example: -dproxyserverhost = 10.1.22.175 -dproxyserverport = 1080
IF ("ProxyServerHost")! = null) {Props.Put ("SocksProxyHost", System.getProperty ("proxyserverhost");}
IF ("ProxyServerPort")! = null) {Props.Put ("SocksProxyport", System.getProperty ("proxyserverport");}