C# Class DotAmf.ServiceModel.Channels.AmfMessageBase

Abstract AMF message.
Inheritance: Message
Afficher le fichier Open project: artema/DotAmf

Méthodes protégées

Méthode 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 méthode

Constructor.
protected AmfMessageBase ( ) : System
Résultat System

AmfMessageBase() protected méthode

Constructor.
protected AmfMessageBase ( AmfHeader>.IDictionary headers ) : System
headers AmfHeader>.IDictionary
Résultat System

OnWriteBodyContents() protected final méthode

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.
Résultat void