Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MessageBuffer::CreateNavigator Method

 

Creates a new XPathNavigator object for navigating this object.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodCreateNavigator()

Creates a new XPathNavigator object for navigating this object. This method cannot be inherited.

System_CAPS_pubmethodCreateNavigator(Int32)

Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the node specified.

System_CAPS_pubmethodCreateNavigator(Int32, XmlSpace)

Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the specified node and xml:space scope.

System_CAPS_pubmethodCreateNavigator(XmlSpace)

Creates a new XPathNavigator object for navigating this object, with the specified xml:space scope.

Use this method if you want to manipulate just a portion of the message copy.

Return to top
Show:
© 2017 Microsoft