Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", _ True)> _ Protected Overridable Sub OnTlsDebug ( _ e As FtpTlsDebugEventArgs _ ) |
C# |
---|
[ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", true)] protected virtual void OnTlsDebug( FtpTlsDebugEventArgs e ) |