NetworkProxy Data Type
- Available Since
- 1.4-M1
name | data type | description |
---|---|---|
host | string | |
id | string | |
password | string | |
port | number | |
protocol | string | |
useNtlm | boolean | |
username | string |
Example
{ "id" : "...", "protocol" : "...", "host" : "...", "port" : 12345.0, "username" : "...", "password" : "...", "useNtlm" : true }