namespace STUN.Message.Attributes { /// /// https://tools.ietf.org/html/rfc3489#section-11.2.5 /// public class SourceAddressAttribute : AddressAttribute { } }