Class ClientConfiguration
Constructors
constructor
- new ClientConfiguration(protocol?, host?, port?, path?, timezone?): ClientConfiguration
Parameters
- protocol: ClientProtocol = ClientProtocol.ws
- host: string = ''
- port: number = 82
- path: string = '/'
Optional timezone: string
Properties
host
host: string = ''
path
path: string = '/'
port
port: number = 82
protocol
Optional timezone
timezone?: string