EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFileTSPClient.OnTimestampNeeded

TElFileTSPClient    


 

This event is fired when TElFileTSPClient needs to perform timestamp operation.

 
 

Declaration

[C#]
    event TSBTimestampNeededEvent OnTimestampNeeded;
    delegate void TSBTimestampNeededEvent(object Sender, System.IO.Stream RequestStream, System.IO.Stream ReplyStream, ref bool Succeeded)

[VB.NET]
    Event OnTimestampNeeded As TSBTimestampNeededEvent
    Delegate Sub TSBTimestampNeededEvent(ByVal Sender As Object, ByVal RequestStream As System.IO.Stream, ByVal ReplyStream As System.IO.Stream, ByRef Succeeded As Boolean)

[Pascal]
    property OnTimestampNeeded : TSBTimestampNeededEvent;
    TSBTimestampNeededEvent = procedure(Sender : TObject; RequestStream, ReplyStream: TStream; var Succeeded : boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • RequestStream - stream with request
  • ReplyStream - stream for reply
  • Succeeded - specifies if the request was performed successfully
 
 

Description

    This event is fired when TElFileTSPClient has to perform timestamping operation. The application must transfer the request to timestamping server and put the reply to ReplyStream.

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