Esempio n. 1
0
 public UploadContentRequest(imageLinksWebService_Test.ContentServerContentService.OTAuthentication OTAuthentication, string contextID, imageLinksWebService_Test.ContentServerContentService.FileAtts fileAtts, System.IO.Stream contents)
 {
     this.OTAuthentication = OTAuthentication;
     this.contextID        = contextID;
     this.fileAtts         = fileAtts;
     this.contents         = contents;
 }
Esempio n. 2
0
 public System.IO.Stream DownloadContent(ref imageLinksWebService_Test.ContentServerContentService.OTAuthentication OTAuthentication, string contextID)
 {
     imageLinksWebService_Test.ContentServerContentService.DownloadContentRequest inValue = new imageLinksWebService_Test.ContentServerContentService.DownloadContentRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.contextID        = contextID;
     imageLinksWebService_Test.ContentServerContentService.DownloadContentResponse retVal = ((imageLinksWebService_Test.ContentServerContentService.ContentService)(this)).DownloadContent(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.DownloadContentResult);
 }
Esempio n. 3
0
 public string UploadContent(ref imageLinksWebService_Test.ContentServerContentService.OTAuthentication OTAuthentication, string contextID, imageLinksWebService_Test.ContentServerContentService.FileAtts fileAtts, System.IO.Stream contents)
 {
     imageLinksWebService_Test.ContentServerContentService.UploadContentRequest inValue = new imageLinksWebService_Test.ContentServerContentService.UploadContentRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.contextID        = contextID;
     inValue.fileAtts         = fileAtts;
     inValue.contents         = contents;
     imageLinksWebService_Test.ContentServerContentService.UploadContentResponse retVal = ((imageLinksWebService_Test.ContentServerContentService.ContentService)(this)).UploadContent(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.UploadContentResult);
 }
Esempio n. 4
0
 public DownloadContentResponse(imageLinksWebService_Test.ContentServerContentService.OTAuthentication OTAuthentication, System.IO.Stream DownloadContentResult)
 {
     this.OTAuthentication      = OTAuthentication;
     this.DownloadContentResult = DownloadContentResult;
 }
Esempio n. 5
0
 public DownloadContentRequest(imageLinksWebService_Test.ContentServerContentService.OTAuthentication OTAuthentication, string contextID)
 {
     this.OTAuthentication = OTAuthentication;
     this.contextID        = contextID;
 }
Esempio n. 6
0
 public UploadContentResponse(imageLinksWebService_Test.ContentServerContentService.OTAuthentication OTAuthentication, string UploadContentResult)
 {
     this.OTAuthentication    = OTAuthentication;
     this.UploadContentResult = UploadContentResult;
 }