![]() | A collection of all remote contacts present in this session |
![]() | Indicates if the local client was invited to the session |
![]() | Indicates if the session is ready to send/accept commands. E.g. the initial handshaking and identification has been completed. |
![]() | The processor to handle the messages |
![]() | The nameserver that received the request for the switchboard session |
![]() | Implements the P2P framework. This object is automatically created when a succesfull connection was made to the switchboard. |
![]() | 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. |
![]() | Fired when the owner is the only contact left. If the owner leaves too the connection is automatically closed by the server. |
![]() | Fired when a contact joins. In case of a conversation with two people in it this event is called with the remote contact specified in the event argument. |
![]() | Fired when a contact leaves the conversation. |
![]() | Fired when a contact sends a emoticon definition. |
![]() | Occurs when an exception is thrown while handling the incoming or outgoing messages. |
![]() | Occurs when the MSN Switchboard Server sends us an error. |
![]() | Fired when the session is closed, either by the server or by the local client. |
![]() | Occurs when a switchboard connection has been made and the initial handshaking commands are send. This indicates that the session is ready to invite or accept other contacts. |
![]() | Fired when a message is received from any of the other contacts in the conversation. |
![]() | Fired when any of the other contacts is typing a message. |
![]() | The hash identifier used to define this switchboard session. |
![]() |
![]() | 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