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

파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
Close ( ) : void
Server ( Akka.TestKit.TestKitBase testkit, EndPoint address = null ) : System
WaitAccept ( ) : ServerConnection

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Server() 공개 메소드

public Server ( Akka.TestKit.TestKitBase testkit, EndPoint address = null ) : System
testkit Akka.TestKit.TestKitBase
address System.Net.EndPoint
리턴 System

WaitAccept() 공개 메소드

public WaitAccept ( ) : ServerConnection
리턴 ServerConnection