Thresher 1.2 Class Documentation

Connection.CtcpListener Property

The object that parses CTCP messages and notifies the appropriate delegate.

[Visual Basic]
Public ReadOnly Property CtcpListener As CtcpListener
[C#]
public CtcpListener CtcpListener {get;}

Property Value

Read only CtcpListener. Null if CtcpEnabled is false.

See Also

Connection Class | Sharkbite.Irc Namespace