C# Class DotAmf.ServiceModel.Channels.AmfMessageBase

Abstract AMF message.
Inheritance: Message
Show file Open project: artema/DotAmf

Protected Methods

Method Description
AmfMessageBase ( ) : System

Constructor.

AmfMessageBase ( AmfHeader>.IDictionary headers ) : System

Constructor.

OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

Called when the message body is written to an XML file.

Method Details

AmfMessageBase() protected method

Constructor.
protected AmfMessageBase ( ) : System
return System

AmfMessageBase() protected method

Constructor.
protected AmfMessageBase ( AmfHeader>.IDictionary headers ) : System
headers AmfHeader>.IDictionary
return System

OnWriteBodyContents() protected final method

Called when the message body is written to an XML file.
protected final OnWriteBodyContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter A XmlDictionaryWriter that is used to write this message body to an XML file.
return void