Corelink C# Client Library
Loading...
Searching...
No Matches
Core.CorelinkDefaults Class Reference

Default connection parameters for the corelink client. Users can override these by passing their own values to CorelinkClient.ConnectAsync. More...

Static Public Attributes

const string Endpoint = "corelink.hsrn.nyu.edu"
 
const int ControlPort = 20012
 
const string Username = "Corelink"
 
const string Password = "Corelink"
 
const string Workspace = "Chalktalk"
 
const string Protocol = "ws"
 
const string StreamType = ""
 

Detailed Description

Default connection parameters for the corelink client. Users can override these by passing their own values to CorelinkClient.ConnectAsync.

Field Documentation

◆ ControlPort

const int Core.CorelinkDefaults.ControlPort = 20012
static

◆ Endpoint

const string Core.CorelinkDefaults.Endpoint = "corelink.hsrn.nyu.edu"
static

◆ Password

const string Core.CorelinkDefaults.Password = "Corelink"
static

◆ Protocol

const string Core.CorelinkDefaults.Protocol = "ws"
static

◆ StreamType

const string Core.CorelinkDefaults.StreamType = ""
static

◆ Username

const string Core.CorelinkDefaults.Username = "Corelink"
static

◆ Workspace

const string Core.CorelinkDefaults.Workspace = "Chalktalk"
static

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