Corelink C# Client Library
Loading...
Searching...
No Matches
csharp.Example.Config Class Reference

Single source of truth for test configuration. All test senders/receivers reference these values. More...

Static Public Attributes

const string Endpoint = "corelink.hsrn.nyu.edu"
 
const int ControlPort = 20012
 
const string Username = "Testuser"
 
const string Password = "Testpassword"
 
const string Workspace = "Holodeck"
 
const string Protocol = "ws"
 
const string DataType = "distance"
 

Detailed Description

Single source of truth for test configuration. All test senders/receivers reference these values.

Field Documentation

◆ ControlPort

const int csharp.Example.Config.ControlPort = 20012
static

◆ DataType

const string csharp.Example.Config.DataType = "distance"
static

◆ Endpoint

const string csharp.Example.Config.Endpoint = "corelink.hsrn.nyu.edu"
static

◆ Password

const string csharp.Example.Config.Password = "Testpassword"
static

◆ Protocol

const string csharp.Example.Config.Protocol = "ws"
static

◆ Username

const string csharp.Example.Config.Username = "Testuser"
static

◆ Workspace

const string csharp.Example.Config.Workspace = "Holodeck"
static

The documentation for this class was generated from the following file: