bitmessage.NodeConnection.Stop C# (CSharp) Метод

Stop() приватный Метод

private Stop ( string msg = null ) : void
msg string
Результат void
        internal void Stop(string msg = null)
        {
            if (!string.IsNullOrEmpty(msg))
                debug(msg);
            debug("Stop");
            _tcpClient.Close();
        }