Beispiel #1
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedResponse> GetAttachmentDataECStreamedAsync(string userName, string password, int attachmentId)
 {
     EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedRequest inValue = new EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedRequest();
     inValue.Body              = new EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedRequestBody();
     inValue.Body.userName     = userName;
     inValue.Body.password     = password;
     inValue.Body.attachmentId = attachmentId;
     return(((EC_Endpoint_Client.ReporteeArchiveStreamedEC2.IReporteeArchiveExternalStreamedEC2)(this)).GetAttachmentDataECStreamedAsync(inValue));
 }
Beispiel #2
0
 public byte[] GetAttachmentDataECStreamed(string userName, string password, int attachmentId)
 {
     EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedRequest inValue = new EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedRequest();
     inValue.Body              = new EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedRequestBody();
     inValue.Body.userName     = userName;
     inValue.Body.password     = password;
     inValue.Body.attachmentId = attachmentId;
     EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedResponse retVal = ((EC_Endpoint_Client.ReporteeArchiveStreamedEC2.IReporteeArchiveExternalStreamedEC2)(this)).GetAttachmentDataECStreamed(inValue);
     return(retVal.Body.GetAttachmentDataECStreamedResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedResponse> EC_Endpoint_Client.ReporteeArchiveStreamedEC2.IReporteeArchiveExternalStreamedEC2.GetAttachmentDataECStreamedAsync(EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedRequest request)
 {
     return(base.Channel.GetAttachmentDataECStreamedAsync(request));
 }
Beispiel #4
0
 EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedResponse EC_Endpoint_Client.ReporteeArchiveStreamedEC2.IReporteeArchiveExternalStreamedEC2.GetAttachmentDataECStreamed(EC_Endpoint_Client.ReporteeArchiveStreamedEC2.GetAttachmentDataECStreamedRequest request)
 {
     return(base.Channel.GetAttachmentDataECStreamed(request));
 }