Base:
method
OnBodyToString
System.ServiceModel.Channels.Message.OnBodyToString(System.Xml.XmlDictionaryWriter)
2 overrides of OnBodyToString
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
58protected override void OnBodyToString(XmlDictionaryWriter writer)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
263protected override void OnBodyToString(XmlDictionaryWriter writer)
2 references to OnBodyToString
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
62base.OnBodyToString(writer);
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
267base.OnBodyToString(writer);