Set proxy server

xiaoxiao2021-03-06  51

// 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");}

转载请注明原文地址:https://www.9cbs.com/read-117082.html

New Post(0)