C# 클래스 System.ServiceModel.Channels.XmlReaderBodyWriter

상속: System.ServiceModel.Channels.BodyWriter
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
XmlReaderBodyWriter ( XmlDictionaryReader reader ) : System
XmlReaderBodyWriter ( string xml, int maxBufferSize, XmlParserContext ctx ) : System

보호된 메소드들

메소드 설명
OnCreateBufferedCopy ( int maxBufferSize ) : System.ServiceModel.Channels.BodyWriter
OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

메소드 상세

OnCreateBufferedCopy() 보호된 메소드

protected OnCreateBufferedCopy ( int maxBufferSize ) : System.ServiceModel.Channels.BodyWriter
maxBufferSize int
리턴 System.ServiceModel.Channels.BodyWriter

OnWriteBodyContents() 보호된 메소드

protected OnWriteBodyContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
리턴 void

XmlReaderBodyWriter() 공개 메소드

public XmlReaderBodyWriter ( XmlDictionaryReader reader ) : System
reader System.Xml.XmlDictionaryReader
리턴 System

XmlReaderBodyWriter() 공개 메소드

public XmlReaderBodyWriter ( string xml, int maxBufferSize, XmlParserContext ctx ) : System
xml string
maxBufferSize int
ctx System.Xml.XmlParserContext
리턴 System