Thresher 1.2 Class Documentation

Connection Constructor (Encoding, ConnectionArgs, Boolean, Boolean)

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

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

Parameters

textEncoding
The text encoding for the incoming stream.
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