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

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

공개 메소드들

메소드 설명
Close ( ) : void
TcpWriteProbe ( Akka.TestKit.TestKitBase testkit ) : System
Write ( ByteString bytes ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

TcpWriteProbe() 공개 메소드

public TcpWriteProbe ( Akka.TestKit.TestKitBase testkit ) : System
testkit Akka.TestKit.TestKitBase
리턴 System

Write() 공개 메소드

public Write ( ByteString bytes ) : void
bytes Akka.IO.ByteString
리턴 void