AWS SDK for .NET Documentation
JsonUnmarshallerContext Constructor (responseStream, httpStatusCode, headers)
AmazonAmazon.Runtime.Internal.TransformJsonUnmarshallerContextJsonUnmarshallerContext(Stream, Int32, NameValueCollection) Did this page help you?   Yes   No    Tell us about it...
Wrap the jsonstring for unmarshalling.
Declaration Syntax
C#
public JsonUnmarshallerContext(
	Stream responseStream,
	int httpStatusCode,
	NameValueCollection headers
)
Parameters
responseStream (Stream)
Stream that contains the JSON for unmarshalling
httpStatusCode (Int32)
Status code of the response
headers (NameValueCollection)
Headers associated with the request.

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