UdpServer.Start Method
Namespace: Riptide.Transports.Udp
Assembly: RiptideNetworking.dll
Start(ushort)
Starts the transport and begins listening for incoming connections.
public void Start(ushort port)
Parameters
ushort | port |
The local port on which to listen for connections. |