1 write to envelopeAttributes
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
1310envelopeAttributes = XmlAttributeHolder.ReadAttributes(reader, ref maxSizeOfHeaders);
2 references to envelopeAttributes
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
1325headers = new MessageHeaders(desiredVersion, reader, envelopeAttributes, headerAttributes, ref maxSizeOfHeaders); 1452XmlAttributeHolder.WriteAttributes(envelopeAttributes, writer);