C# Class Flood.Networking.Host

Hosts represents a node connected to the network.
Datei anzeigen Open project: FloodProject/flood

Protected Properties

Property Type Description
host Flood.Host

Public Methods

Method Description
Host ( RemotingManager remotingManager ) : Flood.Remoting
Update ( ) : void

Protected Methods

Method Description
OnPacket ( Session session, Packet packet, int channel ) : void

Method Details

Host() public method

public Host ( RemotingManager remotingManager ) : Flood.Remoting
remotingManager Flood.Remoting.RemotingManager
return Flood.Remoting

OnPacket() protected method

protected OnPacket ( Session session, Packet packet, int channel ) : void
session Session
packet Packet
channel int
return void

Update() public method

public Update ( ) : void
return void

Property Details

host protected_oe property

protected Flood.Host host
return Flood.Host