CSharpRTMP.Core.Protocols.TCPProtocol.AllowFarProtocol C# (CSharp) Method

AllowFarProtocol() public method

public AllowFarProtocol ( ulong type ) : bool
type ulong
return bool
        public override bool AllowFarProtocol(ulong type)
        {
            Logger.WARN("This protocol doesn't accept any far protocol");
            return false;
        }