CSharpRTMP.Core.Protocols.BaseProtocol.BaseProtocol C# (CSharp) Метод

BaseProtocol() защищенный Метод

protected BaseProtocol ( ) : System
Результат System
        protected BaseProtocol()
        {
            Id = ++_idGenerator;
            Type = this.GetAttribute<ProtocolTypeAttribute>().First().Type;
            DeleteFarProtocol = true;
            DeleteNearProtocol = true;
            this.RegisterProtocol();
        }