IrcClient Connect Method NetIRC2 IRC Client Library for .NET
Overload List

  NameDescription
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.
Back to Top
See Also