The information in this topic may be out of date. The current SDK reference guide has moved here.
ServerUrl property
Use this property to set and retrieve the URL of the Eyes server used to process the captured images.
Use this if you have a dedicated cloud or an on-premise server. By default, the test will run on the public cloud. If you set the environment variable APPLITOOLS_SERVER_URL to the server URL then Eyes uses that value as the default.
Syntax
eyes.ServerUrl = new System.Uri('https://myEyesServer'); //setter
System.Uri uri = eyes.ServerUrl; //getter
Type:string