CSharpRTMP.Core.Protocols.AllowFarTypesAttribute.AllowFarTypesAttribute C# (CSharp) Method

AllowFarTypesAttribute() public method

public AllowFarTypesAttribute ( ) : System
return System
        public AllowFarTypesAttribute(params ulong[] allowTypes)
            : base(allowTypes)
        {
        }
    }
AllowFarTypesAttribute