CSharpRTMP.Core.Protocols.Rtmp.SO.UnRegisterProtocol C# (CSharp) Метод

UnRegisterProtocol() публичный Метод

public UnRegisterProtocol ( BaseProtocol protocol ) : bool
protocol BaseProtocol
Результат bool
        public bool UnRegisterProtocol(BaseProtocol protocol)
        {
            List<DirtyInfo> dirtyInfo;
            return _dirtyPropsByProtocol.TryRemove(protocol, out dirtyInfo);
        }
        public Variant this[string key]