C# Class _01.ReplaceSerializer.Proto.StreamBodyWriter

Inheritance: System.ServiceModel.Channels.BodyWriter
Afficher le fichier Open project: donatasm/WCF-Performance-Tuning

Méthodes publiques

Méthode Description
StreamBodyWriter ( byte data ) : System

Méthodes protégées

Méthode Description
OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

Method Details

OnWriteBodyContents() protected méthode

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

StreamBodyWriter() public méthode

public StreamBodyWriter ( byte data ) : System
data byte
Résultat System