Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 980 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 980 Bytes

VaoCSharpDemo

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.

image

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).

Example output: image