public void SetProxy( string proxyString, bool useProxifier, bool emulateGeolocation, bool emulateTimezone )
Parameters
- proxyString
Type: System.String
The parameters of proxy. This string should has the follow format: [protocol://][(login):(password)@](ip):(port). For example: socks5://192.168.0.1:80
- useProxifier
Type: System.Boolean
The true if use proxifier; otherwise and default, false.
- emulateGeolocation
Type: System.Boolean
The true if need emulate geolocation according with the ip; otherwise and default, false.
- emulateTimezone
Type: System.Boolean
The true if need emulate timezone according with the ip; otherwise and default, false.