SIPSorcery.Net.STUNv2Attribute.STUNv2Attribute C# (CSharp) Méthode

STUNv2Attribute() public méthode

public STUNv2Attribute ( STUNv2AttributeTypesEnum attributeType, byte value ) : NUnit.Framework
attributeType STUNv2AttributeTypesEnum
value byte
Résultat NUnit.Framework
        public STUNv2Attribute(STUNv2AttributeTypesEnum attributeType, byte[] value)
        {
            AttributeType = attributeType;
            Value = value;
        }

Same methods

STUNv2Attribute::STUNv2Attribute ( STUNv2AttributeTypesEnum attributeType, int value ) : NUnit.Framework
STUNv2Attribute::STUNv2Attribute ( STUNv2AttributeTypesEnum attributeType, ushort value ) : NUnit.Framework