Returns information about the ListStreamingDistributions response and response metadata.
Inheritance: ListStreamingDistributionsResult
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
 {
     ListStreamingDistributionsResponse response = new ListStreamingDistributionsResponse();
     UnmarshallResult(context,response);
     
     return response;
 }        
        private static void UnmarshallResult(XmlUnmarshallerContext context,ListStreamingDistributionsResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("StreamingDistributionList", targetDepth))
                    {
                        response.StreamingDistributionList = StreamingDistributionListUnmarshaller.GetInstance().Unmarshall(context);
                            
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
                            


            return;
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            ListStreamingDistributionsResponse response = new ListStreamingDistributionsResponse();

            response.ListStreamingDistributionsResult = ListStreamingDistributionsResultUnmarshaller.GetInstance().Unmarshall(context);

            return response;
        }