Exemplo n.º 1
0
        public void AddAttribute(STUNAttribute attr)
        {
            STUNAttributeContainer cont = new STUNAttributeContainer(attr);

            Attributes.Add(cont);
        }
Exemplo n.º 2
0
 public void AddAttribute(STUNAttribute attr)
 {
     STUNAttributeContainer cont = new STUNAttributeContainer(attr);
     Attributes.Add(cont);
 }