Message.OnBodyToString(XmlDictionaryWriter) Método
Definição
Chamado quando o corpo da mensagem é convertido em uma cadeia de caracteres.Called when the message body is converted to a string.
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
Um XmlDictionaryWriter que é usado para converter o corpo da mensagem em uma cadeia de caracteres.A XmlDictionaryWriter that is used to convert the message body to a string.