Class NewConnectionModule
A basic DuneModule to handle new connections from clients.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DuneNet.Server.Modules
Assembly: DuneNet.Server.dll
Syntax
public class NewConnectionModule : DuneModule, IEventCompatible
Remarks
This is the preferable way to extend DuneNet's functionality.
Methods
OnNetReady(DuneConnection)
Declaration
protected override void OnNetReady(DuneConnection conn)
Parameters
Type | Name | Description |
---|---|---|
DuneConnection | conn |