C# Class Railgun.RailConnection

Server is the core executing class for communication. It is responsible for managing connection contexts and payload I/O.
Show file Open project: ashoulson/RailgunNet

Private Properties

Property Type Description
OnEventReceived void

Public Methods

Method Description
Update ( ) : void

Protected Methods

Method Description
DoStart ( ) : void
RailConnection ( ) : System

Private Methods

Method Description
OnEventReceived ( RailEvent evnt, RailPeer sender ) : void

Method Details

DoStart() protected method

protected DoStart ( ) : void
return void

RailConnection() protected method

protected RailConnection ( ) : System
return System

Update() public abstract method

public abstract Update ( ) : void
return void