XmlDictionaryReader (System.Xml.XmlDictionaryReader)

Inherits: System.Xml.XmlReader

Interfaces: IDisposable

Derived Types: 0

Assembly: System.Runtime.Serialization.dll

An abstract class that the Windows Communication Foundation (WCF) derives from to do serialization and deserialization.

VB.NET C#

C#

public abstract class XmlDictionaryReader : System.Xml.XmlReader, System.IDisposable
{
}

Articles

CodeProject: Fire WorkflowEvents from WCF. Free source code and ...

public static void FireEvent(Message message) { System.Xml.XmlDictionaryReader reader = message.GetReaderAtBodyContents(); // event contract Type interfaceType = Type.GetType ...

XmlReader Class

System . . :: . Object    System.Xml . . :: . XmlReader      System.Xml . . :: . XmlDictionaryReader

Nabble - WSIT Issues - [Issue 811] New - mtom interop M->S, Server ...

System.Xml.XmlDictionaryReader.MoveToStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) at System.Xml.XmlDictionaryReader.ReadStartElement ...

Mono Class Library Status for System.Runtime.Serialization

CreateBinaryReader(System.IO.Stream, System.Xml.IXmlDictionary, System.Xml ... WriteTextNode(System.Xml.XmlDictionaryReader, System.Boolean)

Mono Class Library Status for System.IdentityModel

ReadSignature(System.Xml.XmlDictionaryReader, System.IdentityModel.Selectors.SecurityTokenSerializer, System.IdentityModel.Selectors.SecurityTokenResolver, System.IdentityModel ...

Glavs Blog

System.Xml.XmlDictionaryReader xrdr = msgCopy.GetReaderAtBodyContents(); string bodyData = xrdr.ReadOuterXml(); // Send the body of the message, which is the order, to be ...

Glavs Blog

System.Xml.XmlDictionaryReader xrdr = msgCopy.GetReaderAtBodyContents(); string bodyData = xrdr.ReadOuterXml(); // Send the body of the message, which is the order, to be ...

Justin Smith's Blog : WCF XmlDictionaries

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 ...

XmlDictionaryReader Class (System.Xml)

An abstract class that the Windows Communication Foundation (WCF) derives ... System.Object    System.Xml.XmlReader      System.Xml.XmlDictionaryReader

XmlReader Class (System.Xml)

Represents a reader that provides fast, non-cached, forward-only access to ... System . . :: . Object    System.Xml . . :: . XmlReader      System.Xml . . :: . XmlDictionaryReader

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support