C# Класс Akka.Streams.Tests.IO.TcpHelper

Наследование: Akka.Streams.TestKit.Tests.AkkaSpec
Показать файл Открыть проект

Защищенные методы

Метод Описание
TcpHelper ( string config, ITestOutputHelper helper ) : System
TestClientProps ( IActorRef connection ) : Props
TestServerProps ( EndPoint address, IActorRef probe ) : Props

Описание методов

TcpHelper() защищенный Метод

protected TcpHelper ( string config, ITestOutputHelper helper ) : System
config string
helper ITestOutputHelper
Результат System

TestClientProps() защищенный статический Метод

protected static TestClientProps ( IActorRef connection ) : Props
connection IActorRef
Результат Props

TestServerProps() защищенный статический Метод

protected static TestServerProps ( EndPoint address, IActorRef probe ) : Props
address System.Net.EndPoint
probe IActorRef
Результат Props