5 overrides of OnGetBodyAttribute
System.ServiceModel (5)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1833protected override string OnGetBodyAttribute(string localName, string ns)
System\ServiceModel\Channels\DelegatingMessage.cs (1)
81protected override string OnGetBodyAttribute(string localName, string ns)
System\ServiceModel\Channels\Message.cs (2)
1462protected override string OnGetBodyAttribute(string localName, string ns) 1798protected override string OnGetBodyAttribute(string localName, string ns)
System\ServiceModel\Security\ImpersonatingMessage.cs (1)
131protected override string OnGetBodyAttribute(string localName, string ns)
1 reference to OnGetBodyAttribute
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
574return OnGetBodyAttribute(localName, ns);