C# Класс DotAmf.ServiceModel.Channels.AmfMessageBase

Abstract AMF message.
Наследование: Message
Показать файл Открыть проект

Защищенные методы

Метод Описание
AmfMessageBase ( ) : System

Constructor.

AmfMessageBase ( AmfHeader>.IDictionary headers ) : System

Constructor.

OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

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

Описание методов

AmfMessageBase() защищенный Метод

Constructor.
protected AmfMessageBase ( ) : System
Результат System

AmfMessageBase() защищенный Метод

Constructor.
protected AmfMessageBase ( AmfHeader>.IDictionary headers ) : System
headers AmfHeader>.IDictionary
Результат System

OnWriteBodyContents() защищенный закрытый Метод

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.
Результат void