C# Class System.ServiceModel.Dispatcher.WebMessageFormatter.RawMessage

Inheritance: System.Globalization.Message
Mostra file Open project: kumpera/mono

Public Methods

Method Description
RawMessage ( Stream stream ) : 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

RawMessage() public method

public RawMessage ( Stream stream ) : System
stream Stream
return System