C# Class System.ServiceModel.Dispatcher.XmlMessagesFormatter.XmlBodyWriter

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

Méthodes publiques

Méthode Description
XmlBodyWriter ( XmlSerializer serializer, object parts ) : 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

XmlBodyWriter() public méthode

public XmlBodyWriter ( XmlSerializer serializer, object parts ) : System
serializer XmlSerializer
parts object
Résultat System