Thresher 1.2 Class Documentation

Connection.OnRawMessageReceived Event

Receive all the messages, unparsed, sent by the IRC server. This is not normally needed but provided for those who are interested.

[Visual Basic]
Public Event OnRawMessageReceived As RawMessageReceivedEventHandler
[C#]
public event RawMessageReceivedEventHandler OnRawMessageReceived;

See Also

Connection Class | Sharkbite.Irc Namespace