C# Class _01.ReplaceSerializer.Proto.StreamBodyWriter

Inheritance: System.ServiceModel.Channels.BodyWriter
显示文件 Open project: donatasm/WCF-Performance-Tuning

Public Methods

Method Description
StreamBodyWriter ( byte data ) : System

Protected Methods

Method Description
OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

Method Details

OnWriteBodyContents() protected method

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

StreamBodyWriter() public method

public StreamBodyWriter ( byte data ) : System
data byte
return System