Exemple #1
0
 public AsyncDeployMetadataThread(RequestHandlerProxy proxy, Common.Solution solution, Stream messageBody, bool checkTabularSectionKey)
 {
     this.proxy                  = proxy;
     this.solution               = solution;
     this.messageBody            = messageBody;
     this.checkTabularSectionKey = checkTabularSectionKey;
 }
 public AsyncDeployMetadataThread(RequestHandlerProxy proxy, Common.Solution solution, Stream messageBody, bool checkTabularSectionKey)
 {
     this.proxy = proxy;
     this.solution = solution;
     this.messageBody = messageBody;
     this.checkTabularSectionKey = checkTabularSectionKey;
 }
 public AsyncUploadThread(RequestHandlerProxy proxy, Guid sessionGuid, Common.Solution solution, Stream messageBody, bool checkExisting, bool zippedStream = true, String contentEncoding = null, String filepath = null)
 {
     this.proxy           = proxy;
     this.sessionGuid     = sessionGuid;
     this.solution        = solution;
     this.messageBody     = messageBody;
     this.checkExisting   = checkExisting;
     this.zippedStream    = zippedStream;
     this.contentEncoding = contentEncoding;
     this.filepath        = filepath;
 }
 public AsyncUploadThread(RequestHandlerProxy proxy, Guid sessionGuid, Common.Solution solution, Stream messageBody, bool checkExisting, bool zippedStream = true, String contentEncoding = null, String filepath = null)
 {
     this.proxy = proxy;
     this.sessionGuid = sessionGuid;
     this.solution = solution;
     this.messageBody = messageBody;
     this.checkExisting = checkExisting;
     this.zippedStream = zippedStream;
     this.contentEncoding = contentEncoding;
     this.filepath = filepath;
 }