Thresher 1.2 Class Documentation

Connection.CtcpSender Property

The object used to send CTCP commands to the IRC server.

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

Property Value

Read only CtcpSender. Null if CtcpEnabled is false.

See Also

Connection Class | Sharkbite.Irc Namespace