IPeer Interface
Namespace: Riptide.Transports
Assembly: RiptideNetworking.dll
Defines methods, properties, and events which every transport's server and client must implement.
public interface IPeer
Methods
| Poll() | Initiates handling of any received messages. |
Events
| DataReceived | Invoked when data is received by the transport. |
| Disconnected | Invoked when a disconnection is initiated or detected by the transport. |