C# 클래스 Microsoft.ServiceModel.Web.HelpPageInvoker.TextBodyWriter

상속: System.ServiceModel.Channels.BodyWriter
파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
TextBodyWriter ( string message ) : System

보호된 메소드들

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

메소드 상세

OnWriteBodyContents() 보호된 메소드

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

TextBodyWriter() 공개 메소드

public TextBodyWriter ( string message ) : System
message string
리턴 System