Akka.Tests.IO.TcpIntegrationSpec.TestSetup.BindServer C# (CSharp) 메소드

BindServer() 공개 메소드

public BindServer ( ) : void
리턴 void
            public void BindServer()
            {
                var bindCommander = _spec.CreateTestProbe();
                bindCommander.Send(_spec.Sys.Tcp(), new Tcp.Bind(_bindHandler.Ref, _endpoint, options: BindOptions));
                bindCommander.ExpectMsg<Tcp.Bound>(); //TODO: check endpoint
            }