This is a CSharp example that demonstrates how to communicate with a VMS system using the VAO API. The example is using the RestSharp library to send the API requests. To run the example compile it using Visual Studio and run if from Command Line or add the required startup parameters into the the Debug Configuration of the project in Visual Studio.
Parameters:
-s, --secure Use secure connection.
-p, --password Required. Password used to connect.
-u, --user Required. User used to connect.
-h, --host Required. Host/IP to connect to.
-t, --port Port to connect to (Default port: 444).
-i, --ignoreCert Ignore certificate errors (Default: false).