Connects to an IRC server specified by an endpoint.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Connect( IPEndPoint endPoint, IrcClientConnectionOptions options = null )
Parameters
- endPoint
- Type: System.Net IPEndPoint
The IP endpoint to connect to.
- options (Optional)
- Type: NetIrc2 IrcClientConnectionOptions
Options for the connection, if any, or null.
See Also