Message.OnWriteStartBody(XmlDictionaryWriter) Method

Definition

Called when the start body is written to an XML file.

protected:
 virtual void OnWriteStartBody(System::Xml::XmlDictionaryWriter ^ writer);
protected virtual void OnWriteStartBody (System.Xml.XmlDictionaryWriter writer);
abstract member OnWriteStartBody : System.Xml.XmlDictionaryWriter -> unit
override this.OnWriteStartBody : System.Xml.XmlDictionaryWriter -> unit
Protected Overridable Sub OnWriteStartBody (writer As XmlDictionaryWriter)

Parameters

writer
XmlDictionaryWriter

A XmlDictionaryWriter that is used to write the start body to an XML file.

Applies to