Wrap an XmlTextReader with state for event-based parsing of an XML stream.

C# |
public XmlUnmarshallerContext( Stream responseStream, NameValueCollection headers )

- responseStream (Stream)
- Stream with the XML from a service response.
- headers (NameValueCollection)
- Headers associated with the request.