<PackageReference Include="System.ServiceModel.Primitives" Version="6.1.0" />

System.ServiceModel.Channels.XmlAttributeHolder

public string LocalName { get; }

public string NamespaceUri { get; }

public string Prefix { get; }

public string Value { get; }

public XmlAttributeHolder(string prefix, string localName, string ns, string value)

public static string GetAttribute(XmlAttributeHolder[] attributes, string localName, string ns)

public static XmlAttributeHolder[] ReadAttributes(XmlDictionaryReader reader, ref int maxSizeOfHeaders)

public static void WriteAttributes(XmlAttributeHolder[] attributes, XmlWriter writer)

public void WriteTo(XmlWriter writer)