MappedAddressStunAttributeValue.cs 205 B

123456
  1. namespace STUN.Messages.StunAttributeValues;
  2. /// <summary>
  3. /// https://tools.ietf.org/html/rfc5389#section-15.1
  4. /// </summary>
  5. public class MappedAddressStunAttributeValue : AddressStunAttributeValue { }