EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.OnTextDataLineAsString

TElAS3Client     See also    


 

This event is fired when the file is downloaded in text mode.

 
 

Declaration

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

[VB.NET]
    Event OnTextDataLineAsString 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 - next portion of data from the server
 
 

Description

    This event is fired by TElAS3Client consequently (thus returning the file data string by string), until the whole file is received. This event is similar to OnTextDataLine, except that TextLine is converted from byte array using the value of RemoteCodePage property.

 
 

See also:     FTP     OnTextDataLine    

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