IrcIdentity MembersNetIRC2 IRC Client Library for .NET

The IrcIdentity type exposes the following members.
Constructors

  NameDescription
Public methodIrcIdentity
Creates a new (blank) IRC identity.
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Overrides OnlineObject Equals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides OnlineObject GetHashCode .)
Public methodToIrcString
Converts an IRC identity into an IRC string.
Public methodToString
Returns a OnlineString that represents the current OnlineObject.
(Overrides OnlineObject ToString .)
Public methodStatic memberTryParse
Tries to parse a string to get an IRC identity. IRC identities are formatted as nickname!username@hostname.
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two identities for equality.
Public operatorStatic member (IrcIdentity to IrcString)
Converts an IRC identity into an IRC string.
Public operatorStatic memberInequality
Compares two identities for inequality.
Back to Top
Properties

  NameDescription
Public propertyHostname
The user's hostname.
Public propertyNickname
The user's IRC nickname (the name shown in channels).
Public propertyUsername
The username.
Back to Top
See Also