ResponseAddressStunAttributeValue.cs 215 B

1234567
  1. namespace STUN.Messages.StunAttributeValues
  2. {
  3. /// <summary>
  4. /// https://tools.ietf.org/html/rfc3489#section-11.2.2
  5. /// </summary>
  6. public class ResponseAddressStunAttributeValue : AddressStunAttributeValue { }
  7. }