Message.OnGetBodyAttribute Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Called when the attributes of the message body is retrieved.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Protected Overridable Function OnGetBodyAttribute ( _
localName As String, _
ns As String _
) As String
protected virtual string OnGetBodyAttribute(
string localName,
string ns
)
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.
Return Value
Type: System.String
The attributes of the message body.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.