Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", _ True)> _ Public Event TlsDebug As EventHandler(Of TlsDebugEventArgs) |
C# |
---|
[ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", true)] public event EventHandler<TlsDebugEventArgs> TlsDebug |