The Handle type exposes the following members.

Methods

  NameDescription
AddContact
Adds a contact to the internal contact list.
ChangeEmail
Requests an email change. Causes disconnection and a new password is sent to verify the e-mail.
CreateUser
Creates a new user using the name and email provided.
DeleteContact
Removes a contact from the internal contacts list.
Disconnect
Disconnects the current handle from the server.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InviteUser
Invites a user to the specified channel.
IsOnline
Determines wheter or not if a user is online.
JoinChannelOverloaded.
LeaveChannel
Causes the current Handle to leave the specified channel.
Login
Logs the current handle into the server for normal operation.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ModifyUserProfile
Modifies the user's profile.
PingUser
Pings the specified user.
ReqestUserProfile
Requests a profile about a user.
RequestChannelList
Requests a list of channels.
RequestPassword
Requests the password of a user.
SendTextOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateContacts
Requests an update to the contacts list stored internally.

See Also