public void Open() { if (NetworkEventLoop.Connection != null) { NetworkEventLoop.Connection(RemoteHost, this); } }
protected void InvokeConnectIfNotNull(INode remoteHost) { if (NetworkEventLoop.Connection != null) { NetworkEventLoop.Connection(remoteHost, this); } }