The methods of the SBMessageHandler class are listed below. For a complete list of SBMessageHandler class members, see the SBMessageHandler Members topic.
![]() | Closes the switchboard session by disconnecting from the server. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Handles message from the processor. |
![]() | Invites the specified contact to the switchboard. |
![]() | Sends the definition for a list of emoticons to all other contacts in the conversation. The client-programmer must use this function if a text messages uses multiple emoticons in a single message. |
![]() | Sends a plain text message to all other contacts in the conversation. |
![]() | Sends a 'user is typing..' message to the switchboard, and is received by all participants. |
![]() | Overloaded. Called when a switchboard session is created on request of a remote client. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Fires the AllContactsLeft event. |
![]() | Called when a ANS command has been received. |
![]() | Called when a BYE command has been received. |
![]() | Called when a CAL command has been received. |
![]() | Fires the ContactJoined event. |
![]() | Fires the ContactLeft event. |
![]() | Fires the UserTyping event. |
![]() | Fires the ExceptionOccurred event. |
![]() | Called when a IRO command has been received. |
![]() | Called when a JOI command has been received. |
![]() | Called when a MSG command has been received. |
![]() | Called when the message processor has established a connection. This function will begin the login procedure by sending the VER command. |
![]() | Called when the message processor has disconnected. This function will set the IsSessionEstablished to false. |
![]() | Fires the ServerErrorReceived event. |
![]() | Fires the SessionClosed event. |
![]() | Fires the SessionEstablished event and processes invitations in the queue. |
![]() | Fires the TextMessageReceived event. |
![]() | Fires the UserTyping event. |
![]() | Called when a USR command has been received. |
![]() | Handles all remaining invitations. If no connection is yet established it will do nothing. |
![]() | Send the first message to the server. |
![]() | Sends the invitation command to the switchboard server. |
SBMessageHandler Class | XihSolutions.DotMSN Namespace