DotMSN

Messenger Members

Messenger overview

Public Instance Constructors

Messenger Constructor Basic constructor to instantiate a Messenger object.

Public Instance Properties

Connected Returns whether there is a connection with the messenger server.
ConnectivitySettings Specifies the connection capabilities of the local machine.
ContactGroups A list of all contactgroups.
ContactList A list of all contacts.
Credentials The credentials which identify the messenger account and the client authentication.
Nameserver The message handler that is used to handle incoming nameserver messages.
NameserverProcessor The message processor that is used to send and receive nameserver messages.
Owner The local user logged into the network.
P2PHandler The handler that handles all incoming P2P framework messages.

Public Instance Methods

Connect Connect to the messenger network.
CreateConversation Creates a conversation.
Disconnect Disconnect from the messenger network.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from 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.
GetMSNSLPHandler Returns a MSNSLPHandler, associated with a P2P session. The returned object can be used to send or receive invitations from the remote contact.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

ConversationCreated Occurs when a new conversation is created. Either by a local or remote invitation.
TransferInvitationReceived Occurs when a remote client has send an invitation for a filetransfer session.

Protected Instance Methods

CleanUp Cleans up resources.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnConversationCreated Fires the ConversationCreated event.

See Also

Messenger Class | XihSolutions.DotMSN Namespace