Message.OnBodyToString(XmlDictionaryWriter) Método

Definición

Se llama cuando el cuerpo del mensaje se convierte en una cadena.

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)

Parámetros

writer
XmlDictionaryWriter

XmlDictionaryWriter que se utiliza para convertir el cuerpo del mensaje en una cadena.

Se aplica a