1. Initializing a session

The connection endpoint parameters

Version:

When you configure a session, you should use the Instance URL parameter to define a host. It is the first parameter you use to invoke a session initializer.

PropertyDetails
Session builder APISessionWithHost (string)
Sample valuehttp://my-site.com:80
Parameter positionFirst in a sequence
Required\optionalRequired for all session types
Multiple invocationsMultiple invocations do not compile
Value validationMust contain at least one symbol besides whitespace characters
Note

If you do not specify the URL scheme in the Instance URL parameter, the default value is http. For example, my-site.com is resolved as http://my-site.com.

If you have suggestions for improving this article, let us know!