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