|
public static void FireEvent(Message message) { System.Xml.XmlDictionaryReader reader = message.GetReaderAtBodyContents(); // event contract Type interfaceType = Type.GetType ...
|
|
System . . :: . Object System.Xml . . :: . XmlReader System.Xml . . :: . XmlDictionaryReader
|
|
System.Xml.XmlDictionaryReader.MoveToStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) at System.Xml.XmlDictionaryReader.ReadStartElement ...
|
|
CreateBinaryReader(System.IO.Stream, System.Xml.IXmlDictionary, System.Xml ... WriteTextNode(System.Xml.XmlDictionaryReader, System.Boolean)
|
|
ReadSignature(System.Xml.XmlDictionaryReader, System.IdentityModel.Selectors.SecurityTokenSerializer, System.IdentityModel.Selectors.SecurityTokenResolver, System.IdentityModel ...
|
|
System.Xml.XmlDictionaryReader xrdr = msgCopy.GetReaderAtBodyContents(); string bodyData = xrdr.ReadOuterXml(); // Send the body of the message, which is the order, to be ...
|
|
System.Xml.XmlDictionaryReader xrdr = msgCopy.GetReaderAtBodyContents(); string bodyData = xrdr.ReadOuterXml(); // Send the body of the message, which is the order, to be ...
|
|
Some interesting types in this assembly are System.Xml.XmlDictionary, System.Xml.XmlDictionaryReader, and System.Xml.XmlDictionaryWriter. This post extends part of Doug Purdy's ...
|
|
An abstract class that the Windows Communication Foundation (WCF) derives ... System.Object System.Xml.XmlReader System.Xml.XmlDictionaryReader
|
|
Represents a reader that provides fast, non-cached, forward-only access to ... System . . :: . Object System.Xml . . :: . XmlReader System.Xml . . :: . XmlDictionaryReader
|