C# Class CEngineSharp_Client.Net.NetManager

Show file Open project: JohnLamontagne/CEngineSharp

Public Methods

Method Description
AddPacketHandler ( PacketType packetType, Action handler ) : void
Connect ( ) : void
ConstructMessage ( ) : NetOutgoingMessage
Disconnect ( ) : void
NetManager ( ) : System
SendMessage ( NetOutgoingMessage message, NetDeliveryMethod method, ChannelTypes channelType ) : bool
Update ( ) : void

Private Methods

Method Description
SendPacketCache ( ) : void

Method Details

AddPacketHandler() public method

public AddPacketHandler ( PacketType packetType, Action handler ) : void
packetType PacketType
handler Action
return void

Connect() public method

public Connect ( ) : void
return void

ConstructMessage() public method

public ConstructMessage ( ) : NetOutgoingMessage
return Lidgren.Network.NetOutgoingMessage

Disconnect() public method

public Disconnect ( ) : void
return void

NetManager() public method

public NetManager ( ) : System
return System

SendMessage() public method

public SendMessage ( NetOutgoingMessage message, NetDeliveryMethod method, ChannelTypes channelType ) : bool
message Lidgren.Network.NetOutgoingMessage
method NetDeliveryMethod
channelType ChannelTypes
return bool

Update() public method

public Update ( ) : void
return void