IServer Interface
Namespace: Riptide.Transports
Assembly: RiptideNetworking.dll
Defines methods, properties, and events which every transport's server must implement.
public interface IServer : IPeer
Properties
Port | The local port that the server is running on. |
Methods
Close(Connection) | Closes an active connection. |
Shutdown() | Closes all existing connections and stops listening for new connections. |
Start(ushort) | Starts the transport and begins listening for incoming connections. |
Events
Connected | Invoked when a connection is established at the transport level. |