protected override string OnGetBodyAttribute(string localName, string ns) { if (this.bodyAttributes != null) { return(XmlAttributeHolder.GetAttribute(this.bodyAttributes, localName, ns)); } using (XmlDictionaryReader reader = this.GetBufferedReaderAtBody()) { return(reader.GetAttribute(localName, ns)); } }
protected override string OnGetBodyAttribute(string localName, string ns) { return(XmlAttributeHolder.GetAttribute(this.bodyAttributes, localName, ns)); }