IrcClient Connect Method (String, Int32, IrcClientConnectionOptions)NetIRC2 IRC Client Library for .NET
Connects to an IRC server.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Connect(
	string hostname,
	int port = 6667,
	IrcClientConnectionOptions options = null
)
See Also