C# Class DebugTests.BasicSend

Networking in only 11 lines (not including comments and whitespace of course). Note: This example deliberately includes no validation or exception handling in order to keep it as short as possible (i.e. it's easy to break).
ファイルを表示 Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
RunExample ( ) : void

Run example

Method Details

RunExample() public static method

Run example
public static RunExample ( ) : void
return void