EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.OnBinaryData

TElAS3Client     See also    


 

This event is fired when the file is downloaded in binary mode

 
 

Declaration

[C#]
    event TSBFTPSBinaryDataEvent OnBinaryData;
    delegate void TSBFTPSBinaryDataEvent(object Sender, byte[] Data)

[VB.NET]
    Event OnBinaryData As TSBFTPSBinaryDataEvent
     Delegate Sub TSBFTPSBinaryDataEvent(ByVal Sender As Object, ByVal Data As Byte())

[Pascal]
    property OnBinaryData : TSBFTPSBinaryDataEvent
    TSBFTPSBinaryDataEvent = procedure(Sender : TObject; const Data : ByteArray) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Data - next portion of data from the server
 
 

Description

    This event is fired by TElAS3Client consequently (thus returning the file data chunk by chunk), until the whole file is received.

 
 

See also:     OnTextDataLine     FTP    

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