CSharpRTMP.Core.NetIO.TCPAcceptor.IsAlive C# (CSharp) Method

IsAlive() public method

public IsAlive ( ) : bool
return bool
        public bool IsAlive()
        {
            Logger.WARN("IsAlive not yet implemented");
            return true;
        }
    }