EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.OnData

TElAS2Client     See also    


 

This event is fired when some data from server received.

 
 

Declaration

[C#]
    event TSBDataEvent OnData;
    delegate void TSBHTTPDataEvent(object Sender, void* Buffer, int Size)

[VB.NET]
    Event OnData As TSBDataEvent;
    Delegate Sub TSBHTTPDataEvent(ByVal Sender As Object, ByVal Buffer As Void*, ByVal Size As Integer)

[Pascal]
    property OnData: TSBDataEvent;
    TSBHTTPDataEvent = procedure(Sender: TObject; Buffer: pointer; Size: integer) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Buffer - buffer with received data
  • Size - size of the received data
 
 

Description

    This event is fired by TElAS2Client when some data from server is received.

 
 

See also:     OnCookie    

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