EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.SendReceipt

TElAS2Client     See also    


 

Sends AS2 asynchronous receipt.

 
 

Declaration

[C#]
    int SendReceipt(string URL, System.IO.Stream Receipt);
    int SendReceipt(string URL, string Receipt);

[VB.NET]
    Function SendReceipt(ByVal URL As String, ByVal Receipt As System.IO.Stream) As Integer
    Function SendReceipt(ByVal URL As String, ByVal Receipt As String) As Integer

[Pascal]
    function SendReceipt(const URL : string; Receipt : TStream): integer;
    function SendReceipt(const URL : string; const Receipt : string): integer;

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • URL - URL where the receipt should be sent
  • Receipt - Message receipt
 
 

Return value

    HTTP result code

 
 

Description

    Use this method to send an AS2 asynchronous receipt.

 
 

See also:     Send    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation