Thresher 1.2 Class Documentation

Connection.Connected Property

A read-only property indicating whether a connection has been opened with the IRC server (but not whether registration has succeeded).

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

Property Value

True if the client is connected.

See Also

Connection Class | Sharkbite.Irc Namespace