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

AllowTypesAttribute() public method

public AllowTypesAttribute ( ) : System
return System
        public AllowTypesAttribute(params ulong[] allowTypes)
        {
            Types = allowTypes;
        }
    }
AllowTypesAttribute