MessageBuffer::CreateNavigator Method
Creates a new XPathNavigator object for navigating this object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | CreateNavigator() | Creates a new XPathNavigator object for navigating this object. This method cannot be inherited. |
![]() | CreateNavigator(Int32) | Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the node specified. |
![]() | CreateNavigator(Int32, XmlSpace) | Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the specified node and xml:space scope. |
![]() | CreateNavigator(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.
