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 Property DebugLevel As TlsDebugLevel Get Set |
C# |
---|
[ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", false)] public TlsDebugLevel DebugLevel { get; set; } |