C# Class Railgun.RailConnection

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

Private Properties

Свойство Type Description
OnEventReceived void

Méthodes publiques

Méthode Description
Update ( ) : void

Méthodes protégées

Méthode Description
DoStart ( ) : void
RailConnection ( ) : System

Private Methods

Méthode Description
OnEventReceived ( RailEvent evnt, RailPeer sender ) : void

Method Details

DoStart() protected méthode

protected DoStart ( ) : void
Résultat void

RailConnection() protected méthode

protected RailConnection ( ) : System
Résultat System

Update() public abstract méthode

public abstract Update ( ) : void
Résultat void