C# Class Akka.Streams.Tests.IO.TcpHelper

Inheritance: Akka.Streams.TestKit.Tests.AkkaSpec
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes protégées

Méthode Description
TcpHelper ( string config, ITestOutputHelper helper ) : System
TestClientProps ( IActorRef connection ) : Props
TestServerProps ( EndPoint address, IActorRef probe ) : Props

Method Details

TcpHelper() protected méthode

protected TcpHelper ( string config, ITestOutputHelper helper ) : System
config string
helper ITestOutputHelper
Résultat System

TestClientProps() protected static méthode

protected static TestClientProps ( IActorRef connection ) : Props
connection IActorRef
Résultat Props

TestServerProps() protected static méthode

protected static TestServerProps ( EndPoint address, IActorRef probe ) : Props
address System.Net.EndPoint
probe IActorRef
Résultat Props