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