IrcClient MethodsNetIRC2 IRC Client Library for .NET
The IrcClient type exposes the following members.
Methods

  NameDescription
Public methodChangeChannelTopic
Changes the channel topic.
Public methodChangeName
Changes the client's nickname.
Public methodChatAction
Sends an action message to the specified user or channel.
Public methodClose
Closes the network connection.
Public methodConnect(Stream, IrcClientConnectionOptions)
Connects to an IRC server specified by a stream.
Public methodConnect(IPEndPoint, IrcClientConnectionOptions)
Connects to an IRC server specified by an endpoint.
Public methodConnect(String, Int32, IrcClientConnectionOptions)
Connects to an IRC server.
Public methodCtcpCommand
Sends a CTCP command to the specified user or channel.
Public methodCtcpReply
Replies to a CTCP command from a user or channel.
Public methodDccCommand
Sends a DCC command to the specified user or channel.
Public methodInvite
Invites the specified user to the channel. Channel operator access may be required.
Public methodIrcCommand(IrcStatement)
Sends a premade IRC statement to the server.
Public methodIrcCommand(IrcString,  IrcString )
Constructs and sends an IRC command to the server.
Public methodJoin
Joins the specified channel.
Public methodKick
Kicks the specified user from the channel. Channel operator access may be required.
Public methodLeave
Leaves the specified channel.
Public methodListChannels
Requests a listing of available channels on the server.
Public methodLogIn
Logs in to the server.
Public methodLogOut
Logs out from the server.
Public methodMessage
Sends a message to the specified user or channel.
Public methodMode
Changes a channel or user's mode.
Public methodNotice
Sends a notice to the specified user.
Public methodPing
Pings the specified user.
Back to Top
See Also