NetIrc2.Parsing NamespaceNetIRC2 IRC Client Library for .NET
If you are handling a custom IRC statement, or subclassing IrcClient, you may need to deal with the low-level aspects of parsing. These classes support that activity.
Classes

  ClassDescription
Public classIrcStatement
Reads and writes raw IRC statement lines.
Public classIrcStatementReceiver
Receives IRC statements from a stream.
Public classIrcValidation
Validates various parameter types.
Enumerations

  EnumerationDescription
Public enumerationIrcStatementParseResult
The result of attempting to parse an IRC statement.