C# Class InfinityMQ.Performance.Benchmarks.TcpSocketReqRepChannel

Inheritance: InfinityMQ.Performance.Benchmarks.ThreadedBenchmark
Mostra file Open project: cbaxter/InfinityMQ

Public Methods

Method Description
TcpSocketReqRepChannel ( ) : System

Protected Methods

Method Description
Dispose ( System.Boolean disposing ) : void
ReceiveMessages ( ) : void
SendMessages ( ) : void
SetupClient ( ) : void
SetupServer ( ) : void
TeardownClient ( ) : void
TeardownServer ( ) : void
WaitForClient ( ) : void

Method Details

Dispose() protected method

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
return void

ReceiveMessages() protected method

protected ReceiveMessages ( ) : void
return void

SendMessages() protected method

protected SendMessages ( ) : void
return void

SetupClient() protected method

protected SetupClient ( ) : void
return void

SetupServer() protected method

protected SetupServer ( ) : void
return void

TcpSocketReqRepChannel() public method

public TcpSocketReqRepChannel ( ) : System
return System

TeardownClient() protected method

protected TeardownClient ( ) : void
return void

TeardownServer() protected method

protected TeardownServer ( ) : void
return void

WaitForClient() protected method

protected WaitForClient ( ) : void
return void