6 overrides of OnBodyToString
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1595protected override void OnBodyToString(XmlDictionaryWriter writer)
System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
63protected override void OnBodyToString(XmlDictionaryWriter writer)
System\ServiceModel\Channels\DelegatingMessage.cs (1)
77protected override void OnBodyToString(XmlDictionaryWriter writer)
System\ServiceModel\Channels\Message.cs (3)
1221protected override void OnBodyToString(XmlDictionaryWriter writer) 1419protected override void OnBodyToString(XmlDictionaryWriter writer) 1730protected override void OnBodyToString(XmlDictionaryWriter writer)
1 reference to OnBodyToString
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\Message.cs (1)
68OnBodyToString(writer);