C# Class InfinityMQ.Performance.Benchmarks.TcpSocketBaseline

Inheritance: InfinityMQ.Performance.Benchmarks.ThreadedBenchmark
Afficher le fichier Open project: cbaxter/InfinityMQ

Méthodes publiques

Méthode Description
TcpSocketBaseline ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
ReadMessage ( Socket socket ) : Int32
SendMessage ( Socket socket ) : Int32

Method Details

Dispose() protected méthode

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
Résultat void

ReceiveMessages() protected méthode

protected ReceiveMessages ( ) : void
Résultat void

SendMessages() protected méthode

protected SendMessages ( ) : void
Résultat void

SetupClient() protected méthode

protected SetupClient ( ) : void
Résultat void

SetupServer() protected méthode

protected SetupServer ( ) : void
Résultat void

TcpSocketBaseline() public méthode

public TcpSocketBaseline ( ) : System
Résultat System

TeardownClient() protected méthode

protected TeardownClient ( ) : void
Résultat void

TeardownServer() protected méthode

protected TeardownServer ( ) : void
Résultat void

WaitForClient() protected méthode

protected WaitForClient ( ) : void
Résultat void