Esempio n. 1
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECResponse> DownloadFileStreamedECAsync(string userName, string password, string fileReference, string reportee)
 {
     EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECRequest inValue = new EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECRequest();
     inValue.Body               = new EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECRequestBody();
     inValue.Body.userName      = userName;
     inValue.Body.password      = password;
     inValue.Body.fileReference = fileReference;
     inValue.Body.reportee      = reportee;
     return(((EC_Endpoint_Client.BrokerServiceStreamed.IBrokerServiceExternalECStreamed)(this)).DownloadFileStreamedECAsync(inValue));
 }
Esempio n. 2
0
 public byte[] DownloadFileStreamedEC(string userName, string password, string fileReference, string reportee)
 {
     EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECRequest inValue = new EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECRequest();
     inValue.Body               = new EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECRequestBody();
     inValue.Body.userName      = userName;
     inValue.Body.password      = password;
     inValue.Body.fileReference = fileReference;
     inValue.Body.reportee      = reportee;
     EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECResponse retVal = ((EC_Endpoint_Client.BrokerServiceStreamed.IBrokerServiceExternalECStreamed)(this)).DownloadFileStreamedEC(inValue);
     return(retVal.Body.DownloadFileStreamedECResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECResponse> EC_Endpoint_Client.BrokerServiceStreamed.IBrokerServiceExternalECStreamed.DownloadFileStreamedECAsync(EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECRequest request)
 {
     return(base.Channel.DownloadFileStreamedECAsync(request));
 }
Esempio n. 4
0
 EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECResponse EC_Endpoint_Client.BrokerServiceStreamed.IBrokerServiceExternalECStreamed.DownloadFileStreamedEC(EC_Endpoint_Client.BrokerServiceStreamed.DownloadFileStreamedECRequest request)
 {
     return(base.Channel.DownloadFileStreamedEC(request));
 }