Thresher 1.2 Class Documentation

UserInfo Members

UserInfo overview

Public Static (Shared) Properties

Empty A singleton blank instance of UserInfo used when an instance is required by a method signature but no infomation is available, e.g. the last reply from a Who request.

Public Instance Constructors

UserInfo Constructor Create a new UserInfo and set all its values.

Public Instance Properties

Hostname The hostname of the IRC user's machine.
Nick An IRC user's nick name.
User An IRC user's system username.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString A string representation of this object which shows all its values.

See Also

UserInfo Class | Sharkbite.Irc Namespace