Message.OnBodyToString(XmlDictionaryWriter) Méthode

Définition

Appelé lorsque le corps du message est converti en chaîne.

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

Paramètres

writer
XmlDictionaryWriter

XmlDictionaryWriter utilisé pour convertir le corps du message en chaîne.

S’applique à