C# Class Automobile.Communication.UnitTests.Helpers.AutoSenderServer

Inheritance: Automobile.Communication.Tcp.TcpServerCommunicator
Show file Open project: vistaprint/automobile Class Usage Examples

Public Methods

Method Description
AutoSend ( ) : void
AutoSenderServer ( int port, string msg ) : System.Threading
Close ( ) : void

Method Details

AutoSend() public method

public AutoSend ( ) : void
return void

AutoSenderServer() public method

public AutoSenderServer ( int port, string msg ) : System.Threading
port int
msg string
return System.Threading

Close() public method

public Close ( ) : void
return void