EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.SendText

TElSecureServer     See also    


 

Sends the text string to the remote host.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    procedure SendText(const S : string);

[VB6]
    Sub IElSecureServerX.SendText(S As String)

[ActiveX]
    HRESULT _stdcall IElSecureServerX.SendText([in] BSTR S);

[DLL]
    not implemented;
 
 

Parameters

S - text to send

 
 

Description

    Use this method to send the text string to the client. TElSecureServer encrypts the data (if Enabled property is true) and then fires OnSend event to write the encrypted block to the socket.
    The application needs to write the data to the socket only in OnSend event handler.

 
 

See also:     Enabled     OnSend     SendData

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