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

Inheritance: System.ServiceModel.Channels.BodyWriter
Afficher le fichier Open project: o2platform/O2.Platform.Projects

Méthodes publiques

Méthode Description
TextBodyWriter ( string message ) : 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

TextBodyWriter() public méthode

public TextBodyWriter ( string message ) : System
message string
Résultat System