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.",  _
	True)> _
Protected Overridable Sub OnDebug ( _
	e As TlsDebugEventArgs _
)
C#
[ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", 
	true)]
protected virtual void OnDebug(
	TlsDebugEventArgs e
)

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also