Ejemplo n.º 1
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);
 }
Ejemplo n.º 2
0
 imageLinksWebService_Test.ContentServerContentService.UploadContentResponse imageLinksWebService_Test.ContentServerContentService.ContentService.UploadContent(imageLinksWebService_Test.ContentServerContentService.UploadContentRequest request)
 {
     return(base.Channel.UploadContent(request));
 }