Thresher 1.2 Class Documentation | |
Identd.Start Method
The Identd server will start listening for queries
in its own thread. It can be stopped by calling
Stop.
[Visual Basic]Public Shared Sub Start( _
ByVal
userName As
String _
)
Parameters
- userName
- Should be the same username as the one used
in the ConnectionArgs object when establishing a connection.
Exceptions
Exception Type | Condition |
---|
Exception | If the server has already been started. |
See Also
Identd Class | Sharkbite.Irc Namespace