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. This method cannot be inherited.

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

public:
virtual XPathNavigator^ CreateNavigator() sealed

Return Value

Type: System.Xml.XPath::XPathNavigator^

An XPathNavigator object for navigating this object.

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

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft