ISimpleTCPPack ​
Interface for a simple TCP pack.
Kind: Interface
Namespace: CrowdControl.Games.Packs
Inheritance: ISimplePipelinePack
Public Member Functions
abstract virtual
void
OnMessageParsed(ISimpleTCPConnector sender, SimpleJSONResponse e, IConnectionContext context)
Properties
string
Host
[get, ]
IP or hostname of the server to connect to.
ushort
Port
[get, ]
Port on the server to connect to.
