EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.OnCookie

TElAS2Client     See also    


 

This event is fired when cookie from server is received.

 
 

Declaration

[C#]
    event TSBHTTPCookieEvent OnCookie;
    delegate void TSBHTTPCookieEvent(object Sender, string CookieText)

[VB.NET]
    Event OnCookie As TSBHTTPCookieEvent
    Delegate Sub TSBHTTPCookieEvent(ByVal Sender As Object, ByVal CookieText As String)

[Pascal]
    property OnCookie : TSBHTTPCookieEvent;
    TSBHTTPCookieEvent = procedure(Sender: TObject; CookieText : string) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • CookieText - text of the received cookie
 
 

Description

    This event is fired by TElAS2Client when the cookie from server is received.

 
 

See also:     OnData    

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