Direct Connection Data Type

Direct connection settings view

Properties
Name Type Description
proxyServerName string Proxy server name.
directConnect boolean Direct connect enabled.
proxyHostName string Proxy host name.
webProxy boolean Web proxy enabled.
webProxyHostName string Web proxy host name.
webProxyPort number Web proxy port. A Wep proxy port value should be from 0 to 65535 inclusively, any other value is not correct.

Example

{
  "proxyServerName" : "proxyServerName1",
  "directConnect" : true,
  "proxyHostName" : "proxyHostName1",
  "webProxy" : true,
  "webProxyHostName" : "webProxyHostName1",
  "webProxyPort" : 9888
}