IrcClient Connect Method (IPEndPoint, IrcClientConnectionOptions)NetIRC2 IRC Client Library for .NET
Connects to an IRC server specified by an endpoint.

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

public void Connect(
	IPEndPoint endPoint,
	IrcClientConnectionOptions options = null
)
See Also