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 _
)
[C#]
public static void Start(
   string userName
);

Parameters

userName
Should be the same username as the one used in the ConnectionArgs object when establishing a connection.

Exceptions

Exception TypeCondition
ExceptionIf the server has already been started.

See Also

Identd Class | Sharkbite.Irc Namespace