C# 클래스 Akka.Streams.Tests.IO.TcpHelper

상속: Akka.Streams.TestKit.Tests.AkkaSpec
파일 보기 프로젝트 열기: rogeralsing/akka.net

보호된 메소드들

메소드 설명
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