EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.Send

TElAS2Client     See also    


 

Sends AS2 message and receives an AS2 synchronous receipt if available.

 
 

Declaration

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

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

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

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

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

Return value

    HTTP result code

 
 

Description

    Use this method to send an AS2 message.

 
 

See also:     SendReceipt    

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