Thresher 1.2 Class Documentation

Connection Constructor (ConnectionArgs, Boolean, Boolean)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal args As ConnectionArgs, _
   ByVal enableCtcp As Boolean, _
   ByVal enableDcc As Boolean _
)
[C#]
public Connection(
   ConnectionArgs args,
   bool enableCtcp,
   bool enableDcc
);

Parameters

args
The set of information need to connect to an IRC server
enableCtcp
True if this Connection should support CTCP.
enableDcc
True if this Connection should support DCC.

See Also

Connection Class | Sharkbite.Irc Namespace | Connection Constructor Overload List