System.ServiceModel.Channels.XmlAttributeHolder struct XmlAttributeHolder Documentation Code public static XmlAttributeHolder[] emptyArray 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) public static XmlAttributeHolder[] ReadAttributes(XmlDictionaryReader reader, ref int maxSizeOfHeaders) public static void WriteAttributes(XmlAttributeHolder[] attributes, XmlWriter writer) public void WriteTo(XmlWriter writer)