Message.OnGetBodyAttribute Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called when the attributes of the message body is retrieved.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- localName
- Type: System.String
The local name of the XML node.
The name of the element that corresponds to this member. This string must be a valid XML element name.
- ns
- Type: System.String
The namespace to which this XML element belongs.
The namespace URI of the element that corresponds to this member. The system does not validate any URIs other than transport addresses.
Show: