Thresher 1.2 Class Documentation

Connection.Connect Method 

Connect to the IRC server and start listening for messages on a new thread.

[Visual Basic]
Public Sub Connect()
[C#]
public void Connect();

Exceptions

Exception TypeCondition
SocketExceptionIf a connection cannot be established with the IRC server

See Also

Connection Class | Sharkbite.Irc Namespace