Thresher 1.2 Class Documentation

Connection.Registered Property

A read-only property indicating whether the connection has been opened with the IRC server and the client has been successfully registered.

[Visual Basic]
Public ReadOnly Property Registered As Boolean
[C#]
public bool Registered {get;}

Property Value

True if the client is connected and registered.

See Also

Connection Class | Sharkbite.Irc Namespace