ChangedAddressAttribute.cs 186 B

1234567
  1. namespace STUN.Message.Attributes
  2. {
  3. /// <summary>
  4. /// https://tools.ietf.org/html/rfc3489#section-11.2.3
  5. /// </summary>
  6. public class ChangedAddressAttribute : AddressAttribute { }
  7. }