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