Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.",  _
	False)> _
Public Class TlsDebugEventArgs _
	Inherits EventArgs
C#
[ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", 
	false)]
public class TlsDebugEventArgs : EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Rebex.Net..::..TlsDebugEventArgs
      Rebex.Net..::..FtpTlsDebugEventArgs

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also