C# Class TcpWatcher.Program

ファイルを表示 Open project: MikePopoloski/ampere

Public Methods

Method Description
ListenForChanges ( int port ) : void

Private Methods

Method Description
HandleClient ( TcpClient client ) : void
Main ( string args ) : void

Method Details

ListenForChanges() public static method

public static ListenForChanges ( int port ) : void
port int
return void