Wrap the jsonstring for unmarshalling.

C# |
public JsonUnmarshallerContext( Stream responseStream, int httpStatusCode, NameValueCollection headers )

- responseStream (Stream)
- Stream that contains the JSON for unmarshalling
- httpStatusCode (Int32)
- Status code of the response
- headers (NameValueCollection)
- Headers associated with the request.