Esempio n. 1
0
 public System.IO.Stream DownloadContent(ref Controle_Tranche.CWS.ContentService.OTAuthentication OTAuthentication, string contextID)
 {
     Controle_Tranche.CWS.ContentService.DownloadContentRequest inValue = new Controle_Tranche.CWS.ContentService.DownloadContentRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.contextID        = contextID;
     Controle_Tranche.CWS.ContentService.DownloadContentResponse retVal = ((Controle_Tranche.CWS.ContentService.ContentService)(this)).DownloadContent(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.DownloadContentResult);
 }
Esempio n. 2
0
 Controle_Tranche.CWS.ContentService.DownloadContentResponse Controle_Tranche.CWS.ContentService.ContentService.DownloadContent(Controle_Tranche.CWS.ContentService.DownloadContentRequest request)
 {
     return(base.Channel.DownloadContent(request));
 }