Wrap an XmlTextReader with state for event-based parsing of an XML stream.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public XmlUnmarshallerContext( string responseBody, NameValueCollection headers )
 Parameters
 Parameters- responseBody (String)
- String with the XML from a service response.
- headers (NameValueCollection)
- Headers associated with the request.