Пример #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;
 }
Пример #2
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);
 }