C# Class System.ServiceModel.Channels.XmlReaderBodyWriter

Inheritance: System.ServiceModel.Channels.BodyWriter
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
XmlReaderBodyWriter ( XmlDictionaryReader reader ) : System
XmlReaderBodyWriter ( string xml, int maxBufferSize, XmlParserContext ctx ) : System

Méthodes protégées

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

Method Details

OnCreateBufferedCopy() protected méthode

protected OnCreateBufferedCopy ( int maxBufferSize ) : System.ServiceModel.Channels.BodyWriter
maxBufferSize int
Résultat System.ServiceModel.Channels.BodyWriter

OnWriteBodyContents() protected méthode

protected OnWriteBodyContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
Résultat void

XmlReaderBodyWriter() public méthode

public XmlReaderBodyWriter ( XmlDictionaryReader reader ) : System
reader System.Xml.XmlDictionaryReader
Résultat System

XmlReaderBodyWriter() public méthode

public XmlReaderBodyWriter ( string xml, int maxBufferSize, XmlParserContext ctx ) : System
xml string
maxBufferSize int
ctx System.Xml.XmlParserContext
Résultat System