Esempio n. 1
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSContentService.DownloadContentResponse> DownloadContentAsync(myAdminTool.OTCSContentService.OTAuthentication OTAuthentication, string contextID)
 {
     myAdminTool.OTCSContentService.DownloadContentRequest inValue = new myAdminTool.OTCSContentService.DownloadContentRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.contextID        = contextID;
     return(((myAdminTool.OTCSContentService.ContentService)(this)).DownloadContentAsync(inValue));
 }
Esempio n. 2
0
 public System.IO.Stream DownloadContent(ref myAdminTool.OTCSContentService.OTAuthentication OTAuthentication, string contextID)
 {
     myAdminTool.OTCSContentService.DownloadContentRequest inValue = new myAdminTool.OTCSContentService.DownloadContentRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.contextID        = contextID;
     myAdminTool.OTCSContentService.DownloadContentResponse retVal = ((myAdminTool.OTCSContentService.ContentService)(this)).DownloadContent(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.DownloadContentResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <myAdminTool.OTCSContentService.DownloadContentResponse> myAdminTool.OTCSContentService.ContentService.DownloadContentAsync(myAdminTool.OTCSContentService.DownloadContentRequest request)
 {
     return(base.Channel.DownloadContentAsync(request));
 }
Esempio n. 4
0
 myAdminTool.OTCSContentService.DownloadContentResponse myAdminTool.OTCSContentService.ContentService.DownloadContent(myAdminTool.OTCSContentService.DownloadContentRequest request)
 {
     return(base.Channel.DownloadContent(request));
 }