EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.OnControlReceiveAsString

TElAS3Client     See also    


 

This event is fired when TElAS3Client receives command from the server.

 
 

Declaration

[C#]
    event TSBFTPSTextDataAsStringEvent OnControlReceiveAsString;
    delegate void TSBFTPSTextDataAsStringEvent(object Sender, string TextLine)

[VB.NET]
    Event OnControlReceiveAsString As TSBFTPSTextDataAsStringEvent
    Delegate Sub TSBFTPSTextDataAsStringEvent(ByVal Sender As Object, ByVal TextLine As String)

[Pascal]
    not implemented;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • TextLine - text line that contains command
 
 

Description

    This event is fired when TElAS3Client receives command from the server. This event is similar to OnControlReceive, except that TextLine is converted from byte array using the server codepage and charset.

 
 

See also:     OnControlReceive    

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