9 overrides of OnBodyToString
System.ServiceModel (7)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1729protected override void OnBodyToString(XmlDictionaryWriter writer)
System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
66protected override void OnBodyToString(XmlDictionaryWriter writer)
System\ServiceModel\Channels\DelegatingMessage.cs (1)
86protected override void OnBodyToString(XmlDictionaryWriter writer)
System\ServiceModel\Channels\Message.cs (3)
1155protected override void OnBodyToString(XmlDictionaryWriter writer) 1378protected override void OnBodyToString(XmlDictionaryWriter writer) 1651protected override void OnBodyToString(XmlDictionaryWriter writer)
System\ServiceModel\Security\ImpersonatingMessage.cs (1)
193protected override void OnBodyToString(XmlDictionaryWriter writer)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
233protected override void OnBodyToString(XmlDictionaryWriter writer)
System.ServiceModel.Web (1)
System\ServiceModel\Channels\HttpStreamMessage.cs (1)
96protected override void OnBodyToString(XmlDictionaryWriter writer)
1 reference to OnBodyToString
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
95OnBodyToString(writer);