Thresher 1.2 Class Documentation

Connection Constructor

Prepare a connection to an IRC server but do not open it. This sets the text Encoding to Default.

Overload List

Prepare a connection to an IRC server but do not open it. This sets the text Encoding to Default.

public Connection(ConnectionArgs,bool,bool);

Prepare a connection to an IRC server but do not open it.

public Connection(Encoding,ConnectionArgs,bool,bool);

See Also

Connection Class | Sharkbite.Irc Namespace