Thresher 1.2 Class Documentation | |
ConnectionArgs Constructor
Create a new instance initialized with the default values:
TCP/IP port 6667, no server password, and user mode
invisible.
[Visual Basic]Public Sub New( _
ByVal
name As
String, _
ByVal
hostname As
String _
)
Parameters
- name
- The nick, user name, and real name are
all set to this value.
- hostname
- The hostname of the IRC server.
See Also
ConnectionArgs Class | Sharkbite.Irc Namespace