Name
|
Type
|
Description
|
networkAutoProxy | xsd:boolean |
Whether auto-proxy is enabled.
|
networkProxyHostname | xsd:string |
Network proxy host name.
- This property need not be set.
-
This property is required if
networkAutoProxy is set to
false.
|
networkProxyPort | xsd:int |
Network proxy port.
- This property need not be set.
-
This property has a minimum value of 1.
-
This property has a maximum value of 65535.
-
This property is required if
networkAutoProxy is set to
false.
|
networkProxyUsername | xsd:string |
Network proxy user name.
- This property need not be set.
|
networkProxyPassword | SecureString |
Network proxy password.
- This property need not be set.
|