C# Class Examples.ExamplesConsole.BasicSend

Networking in only 11 lines (not including comments and white space 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 Class Usage Examples

Public Methods

Method Description
RunExample ( ) : void

Run example

Method Details

RunExample() public static method

Run example
public static RunExample ( ) : void
return void