Response Unmarshaller for HeadBucket operation
Наследование: S3ReponseUnmarshaller
 public static HeadBucketResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new HeadBucketResponseUnmarshaller();
     }
     return instance;
 }
Пример #2
0
 public static HeadBucketResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new HeadBucketResponseUnmarshaller();
     }
     return(instance);
 }