4 overrides of OnGetBodyAttribute
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1699protected override string OnGetBodyAttribute(string localName, string ns)
System\ServiceModel\Channels\DelegatingMessage.cs (1)
72protected override string OnGetBodyAttribute(string localName, string ns)
System\ServiceModel\Channels\Message.cs (2)
1521protected override string OnGetBodyAttribute(string localName, string ns) 1902protected override string OnGetBodyAttribute(string localName, string ns)
1 reference to OnGetBodyAttribute
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\Message.cs (1)
608return OnGetBodyAttribute(localName, ns);