AWS SDK for .NET Documentation
XmlUnmarshallerContext Constructor (responseStream, headers)
AmazonAmazon.Runtime.Internal.TransformXmlUnmarshallerContextXmlUnmarshallerContext(Stream, NameValueCollection) Did this page help you?   Yes   No    Tell us about it...
Wrap an XmlTextReader with state for event-based parsing of an XML stream.
Declaration Syntax
C#
public XmlUnmarshallerContext(
	Stream responseStream,
	NameValueCollection headers
)
Parameters
responseStream (Stream)
Stream with the XML from a service response.
headers (NameValueCollection)
Headers associated with the request.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)