Purpose

Specifies the path of the HTTP/HTTPS endpoint used for connections when HTTP mode is enabled (TransportMode=http).

Valid Values

string

where:

string
is the path of the URL endpoint. By default, the value specified must be an HTTP end point. To support HTTPS values, enable SSL using the EncryptionMethod property (EncryptionMethod=SSL).

Example

If your server was listening to the following URL:

https://myserver:10001/cliservice/

Then the following value should be specified for HTTPPath:

cliservice

Notes

  • This option is ignored when HTTP mode is disabled (TransportMode=binary).

Data Source Method

setHTTPPath

Default

cliservice

Data Type

String

See Also