The Handle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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 | (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.
| |
| JoinChannel | Overloaded. | |
| 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.
| |
| SendText | Overloaded. | |
| ToString | (Inherited from Object.) | |
| UpdateContacts |
Requests an update to the contacts list stored internally.
|