This is a mirror of official site: http://jasper-net.blogspot.com/

Internal Classes To Understand WCF Message: XmlDictionaryWriter Class

| Sunday, June 19, 2011
The XmlDictionaryWriter class is one of the most important classes for working with messages in WCF. This class is inherited from the XmlWriter class. It essentially takes a Stream as an input parameter. The class mainly performs serialization and encoding of the stream to be sent as a message in WCF. 

Untitled-23.gif

There are four factory methods of this class being used extensively. Each method has their own uses as of requirement. 

Untitled-25.gif

Read more: C# Corner

Posted via email from Jasper-net

0 comments: