Akka.Streams.Tests.IO.TcpHelper.TestClient.TestClient C# (CSharp) Method

TestClient() public method

public TestClient ( IActorRef connection ) : System
connection IActorRef
return System
            public TestClient(IActorRef connection)
            {
                _connection = connection;
                connection.Tell(new Tcp.Register(Self, keepOpenonPeerClosed: true, useResumeWriting: false));
            }
TcpHelper.TestClient