CSharpRTMP.Core.Protocols.Rtmp.SO.UnRegisterProtocol C# (CSharp) Method

UnRegisterProtocol() public method

public UnRegisterProtocol ( BaseProtocol protocol ) : bool
protocol BaseProtocol
return bool
        public bool UnRegisterProtocol(BaseProtocol protocol)
        {
            List<DirtyInfo> dirtyInfo;
            return _dirtyPropsByProtocol.TryRemove(protocol, out dirtyInfo);
        }
        public Variant this[string key]