C# Class Examples.ExamplesConsole.IntermediateSend

IntermediateSend demonstrates how to send and receive primitive objects (ints, strings etc). This example aims to bridge the gap between the relatively simple BasicSend and much more extensive AdvancedSend
ファイルを表示 Open project: MarcFletcher/NetworkComms.Net Class Usage Examples

Public Methods

Method Description
RunExample ( ) : void

Run example

Private Methods

Method Description
HandleIncomingMessagePacket ( PacketHeader header, Connection connection, string incomingString ) : void

The handler that we wish to execute when we receive a message packet.

Method Details

RunExample() public static method

Run example
public static RunExample ( ) : void
return void