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