Discuss this help topic in SecureBlackbox Forum

TElSSLClient.OnDebug

TElSSLClient     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


...

Declaration

[C#/Java]
    event TSBDebugEvent OnDebug;
    delegate void TSBDebugEvent(object Sender, string S);

[VB.NET]
    Event OnDebug As TSBDebugEvent
    Delegate Sub TSBDebugEvent(ByVal Sender As Object, ByVal S As String)

[Pascal]
    property OnDebug: TSBDebugEvent;
    TSBDebugEvent = procedure(Sender: TObject; S: string) of object;

[C++]
    not available

[PHP]
    not available

Parameters

  • S - ...

Description

    This topic is under development...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum