C# Class Microsoft.ServiceModel.Web.HelpPageInvoker.TextBodyWriter

Inheritance: System.ServiceModel.Channels.BodyWriter
Show file Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
TextBodyWriter ( string message ) : 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

TextBodyWriter() public method

public TextBodyWriter ( string message ) : System
message string
return System