Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This property has been deprecated. Please use IsAuthenticated instead.", _ False)> _ Public ReadOnly Property Authenticated As Boolean Get |
C# |
---|
[ObsoleteAttribute("This property has been deprecated. Please use IsAuthenticated instead.", false)] public bool Authenticated { get; } |