C# Class System.ServiceModel.Channels.XmlReaderBodyWriter

Inheritance: System.ServiceModel.Channels.BodyWriter
显示文件 Open project: kumpera/mono

Public Methods

Method Description
XmlReaderBodyWriter ( XmlDictionaryReader reader ) : System
XmlReaderBodyWriter ( string xml, int maxBufferSize, XmlParserContext ctx ) : System

Protected Methods

Method Description
OnCreateBufferedCopy ( int maxBufferSize ) : System.ServiceModel.Channels.BodyWriter
OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

Method Details

OnCreateBufferedCopy() protected method

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

OnWriteBodyContents() protected method

protected OnWriteBodyContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
return void

XmlReaderBodyWriter() public method

public XmlReaderBodyWriter ( XmlDictionaryReader reader ) : System
reader System.Xml.XmlDictionaryReader
return System

XmlReaderBodyWriter() public method

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