Example #1
0
 public string SubmitAttachmentStreamedEC(string AttachmentTypeName, string CheckSum, string EndUserSystemreference, string FileName, string Name, int ReporteeElementId, string password, string userName, System.IO.Stream dataStream, out int ParentReceiptId, out string ReceiptHistory, out int ReceiptId, out string ReceiptStatusCode, out string ReceiptText, out string ReceiptTypeName)
 {
     EC_Endpoint_Client.IntermediaryInboundStreamed.StreamedAttachmentECBE inValue = new EC_Endpoint_Client.IntermediaryInboundStreamed.StreamedAttachmentECBE();
     inValue.AttachmentTypeName     = AttachmentTypeName;
     inValue.CheckSum               = CheckSum;
     inValue.EndUserSystemreference = EndUserSystemreference;
     inValue.FileName               = FileName;
     inValue.Name = Name;
     inValue.ReporteeElementId = ReporteeElementId;
     inValue.password          = password;
     inValue.userName          = userName;
     inValue.dataStream        = dataStream;
     EC_Endpoint_Client.IntermediaryInboundStreamed.ReceiptExternalStreamedBE retVal = ((EC_Endpoint_Client.IntermediaryInboundStreamed.IIntermediaryInboundExternalECStreamed)(this)).SubmitAttachmentStreamedEC(inValue);
     ParentReceiptId   = retVal.ParentReceiptId;
     ReceiptHistory    = retVal.ReceiptHistory;
     ReceiptId         = retVal.ReceiptId;
     ReceiptStatusCode = retVal.ReceiptStatusCode;
     ReceiptText       = retVal.ReceiptText;
     ReceiptTypeName   = retVal.ReceiptTypeName;
     return(retVal.LastChanged);
 }
Example #2
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.IntermediaryInboundStreamed.ReceiptExternalStreamedBE> SubmitAttachmentStreamedECAsync(EC_Endpoint_Client.IntermediaryInboundStreamed.StreamedAttachmentECBE request)
 {
     return(base.Channel.SubmitAttachmentStreamedECAsync(request));
 }
Example #3
0
 EC_Endpoint_Client.IntermediaryInboundStreamed.ReceiptExternalStreamedBE EC_Endpoint_Client.IntermediaryInboundStreamed.IIntermediaryInboundExternalECStreamed.SubmitAttachmentStreamedEC(EC_Endpoint_Client.IntermediaryInboundStreamed.StreamedAttachmentECBE request)
 {
     return(base.Channel.SubmitAttachmentStreamedEC(request));
 }