The IrcIdentity type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Equals | (Overrides Object Equals(Object).) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object GetHashCode .) | |
ToIrcString |
Converts an IRC identity into an IRC string.
| |
ToString | (Overrides Object ToString .) | |
TryParse |
Tries to parse a string to get an IRC identity.
IRC identities are formatted as nickname!username@hostname.
|
See Also