Specifies the path component of the HTTP/HTTPS endpoint used for connections when HTTP mode is enabled (TransportMode=1).
Valid Values
string
where:
string
is the path component of the URL endpoint. By default, the value specified must be an HTTP end point. To support HTTPS values, enable SSL using the Encryption Method option (EncryptionMethod=1).
Example
If your server was listening to the following URL:
https://myserver:10000/cliservice/
Then the following value should be specified for HTTPPath:
cliservice
Notes
This option is ignored when HTTP mode is disabled (TransportMode=0).