The IrcIdentity type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | IrcIdentity |
Creates a new (blank) IRC identity.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ![]() |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides ![]() |
![]() | ToIrcString |
Converts an IRC identity into an IRC string.
|
![]() | ToString | (Overrides ![]() |
![]() ![]() | TryParse |
Tries to parse a string to get an IRC identity.
IRC identities are formatted as nickname!username@hostname.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two identities for equality.
|
![]() ![]() | (IrcIdentity to IrcString) |
Converts an IRC identity into an IRC string.
|
![]() ![]() | Inequality |
Compares two identities for inequality.
|
Properties
Name | Description | |
---|---|---|
![]() | Hostname |
The user's hostname.
|
![]() | Nickname |
The user's IRC nickname (the name shown in channels).
|
![]() | Username |
The username.
|
See Also