NetManagerStart Method (Int32) |
LiteNetLib |
Start logic thread and listening on selected port
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public bool Start( int port )
Parameters
- port
- Type: SystemInt32
port to listen
Return Value
Type: Boolean[Missing <returns> documentation for "M:LiteNetLib.NetManager.Start(System.Int32)"]
See Also