Thresher 1.2 Class Documentation

DccUserInfo Constructor 

Create an instance that represents a user.

[Visual Basic]
Overloads Public Sub New( _
   ByVal connection As Connection, _
   ByVal nick As String _
)
[C#]
public DccUserInfo(
   Connection connection,
   string nick
);

Parameters

connection
The IRC server connection which the remote user is on.
nick
The remote user's nick.

See Also

DccUserInfo Class | Sharkbite.Irc Namespace