ISimpleTCPConnector ​
Defines a TCP-based pipeline connector.
Kind: Interface
Namespace: ConnectorLib.SimpleTCP
Inheritance: IDisposable → IGameConnector → IPipelineConnector
Public Member Functions
abstract virtual
void
Init()
Public Attributes
ushort
DEFAULT_PORT
Default port to use for the connector.
Properties
string
Host
[get, set]
The host name or IP address of the server.
ushort?
Port
[get, set]
The port number of the server.
