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
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net Class Usage Examples

Méthodes publiques

Méthode Description
RunExample ( ) : void

Run example

Private Methods

Méthode 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 méthode

Run example
public static RunExample ( ) : void
Résultat void