Wrap the jsonstring for unmarshalling.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public JsonUnmarshallerContext( Stream responseStream, int httpStatusCode, NameValueCollection headers )
 Parameters
 Parameters- responseStream (Stream)
- Stream that contains the JSON for unmarshalling
- httpStatusCode (Int32)
- Status code of the response
- headers (NameValueCollection)
- Headers associated with the request.