C# 클래스 DotAmf.ServiceModel.Channels.AmfMessageBase

Abstract AMF message.
상속: Message
파일 보기 프로젝트 열기: artema/DotAmf

보호된 메소드들

메소드 설명
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