Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", _ True)> _ Public Property TlsDebugLevel As TlsDebugLevel Get Set |
C# |
---|
[ObsoleteAttribute("TlsDebug event API has been deprecated and will be removed. Use LogWriter instead.", true)] public TlsDebugLevel TlsDebugLevel { get; set; } |