constructor
Summary
Constructs a new instance of theTCPServer class
Signature
Parameters
_port
- Type:
number
_host
- Type:
string
magicValue
- Type:
string
_cert
- Type:
string | undefined - Optional: Yes
_key
- Type:
string | undefined - Optional: Yes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Constructs a new instance of the TCPServer class
TCPServer class
constructor(_port: number, _host: string, magicValue: string, _cert?: string | undefined, _key?: string | undefined);
numberstringstringstring | undefinedstring | undefined