示例#1
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSContentService.UploadContentResponse> UploadContentAsync(myAdminTool.OTCSContentService.OTAuthentication OTAuthentication, string contextID, myAdminTool.OTCSContentService.FileAtts fileAtts, System.IO.Stream contents)
 {
     myAdminTool.OTCSContentService.UploadContentRequest inValue = new myAdminTool.OTCSContentService.UploadContentRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.contextID        = contextID;
     inValue.fileAtts         = fileAtts;
     inValue.contents         = contents;
     return(((myAdminTool.OTCSContentService.ContentService)(this)).UploadContentAsync(inValue));
 }
示例#2
0
 public string UploadContent(ref myAdminTool.OTCSContentService.OTAuthentication OTAuthentication, string contextID, myAdminTool.OTCSContentService.FileAtts fileAtts, System.IO.Stream contents)
 {
     myAdminTool.OTCSContentService.UploadContentRequest inValue = new myAdminTool.OTCSContentService.UploadContentRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.contextID        = contextID;
     inValue.fileAtts         = fileAtts;
     inValue.contents         = contents;
     myAdminTool.OTCSContentService.UploadContentResponse retVal = ((myAdminTool.OTCSContentService.ContentService)(this)).UploadContent(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.UploadContentResult);
 }
示例#3
0
 System.Threading.Tasks.Task <myAdminTool.OTCSContentService.UploadContentResponse> myAdminTool.OTCSContentService.ContentService.UploadContentAsync(myAdminTool.OTCSContentService.UploadContentRequest request)
 {
     return(base.Channel.UploadContentAsync(request));
 }
示例#4
0
 myAdminTool.OTCSContentService.UploadContentResponse myAdminTool.OTCSContentService.ContentService.UploadContent(myAdminTool.OTCSContentService.UploadContentRequest request)
 {
     return(base.Channel.UploadContent(request));
 }