networkProxy Data Type
- Schema
- ns0.xsd
- Available Since
- 1.4-M1
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| host | string | element | 0/1 | ||
| id | string | element | 0/1 | ||
| password | string | element | 0/1 | ||
| port | int | element | 1/1 | ||
| protocol | string | element | 0/1 | ||
| useNtlm | boolean | element | 1/1 | ||
| username | string | element | 0/1 |
Example
<networkProxy> <id>...</id> <protocol>...</protocol> <host>...</host> <port>...</port> <username>...</username> <password>...</password> <useNtlm>...</useNtlm> </networkProxy>