Example #1
0
 internal StatObjectResponse(HttpStatusCode statusCode, string responseContent,
                             Dictionary <string, string> responseHeaders, StatObjectArgs args)
     : base(statusCode, responseContent)
 {
     // StatObjectResponse object is populated with available stats from the response.
     ObjectInfo = ObjectStat.FromResponseHeaders(args.ObjectName, responseHeaders);
 }