C# 클래스 _01.ReplaceSerializer.Proto.StreamBodyWriter

상속: System.ServiceModel.Channels.BodyWriter
파일 보기 프로젝트 열기: donatasm/WCF-Performance-Tuning

공개 메소드들

메소드 설명
StreamBodyWriter ( byte data ) : System

보호된 메소드들

메소드 설명
OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

메소드 상세

OnWriteBodyContents() 보호된 메소드

protected OnWriteBodyContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
리턴 void

StreamBodyWriter() 공개 메소드

public StreamBodyWriter ( byte data ) : System
data byte
리턴 System