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

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

Public Methods

Method Description
AutoRespond ( ) : void
AutoResponderServer ( int port ) : System.Threading
Close ( ) : void

Method Details

AutoRespond() public method

public AutoRespond ( ) : void
return void

AutoResponderServer() public method

public AutoResponderServer ( int port ) : System.Threading
port int
return System.Threading

Close() public method

public Close ( ) : void
return void