namespace STUN.Message.Attributes { /// <summary> /// https://tools.ietf.org/html/rfc5389#section-15.1 /// </summary> public class MappedAddressAttribute : AddressAttribute { } }