The methods of the MSNSLPHandler class are listed below. For a complete list of MSNSLPHandler class members, see the MSNSLPHandler Members topic.
![]() | Closes all sessions by sending the remote client a closing message for each session available. |
![]() | Closes all sessions. |
![]() | 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 incoming P2P Messages by extracting the inner contents and converting it to a MSNSLP Message. |
![]() | Overloaded. Sends the remote contact a request for the given context. The invitation message is send over the current MessageProcessor. |
![]() | Returns a String that represents the current Object. |
![]() | Creates a 200 OK message. This is called by the handler after the client-programmer has accepted the invitation. |
![]() | Creates a message which is send directly after the last data message. |
![]() | Creates a 603 Decline message. |
![]() | Creates the handshake message to send in a direct connection. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Returns a port number which can be used to listen for a new direct connection. |
![]() | Returns the MSNSLPTransferProperties object associated with the specified call id. |
![]() | Creates a shallow copy of the current Object. |
![]() | Called when the remote client sends a file and sends us it's direct-connect capabilities. A reply will be send with the local client's connectivity. |
![]() | Called when the remote client send us it's direct-connect capabilities |
![]() | Called when a remote client closes a session. |
![]() | Called when a remote client request a session |
![]() | Fires the TransferInvitationReceived event. |
![]() | Fires the TransferSessionClosed event. |
![]() | Fires the TransferSessionCreated event and registers event handlers. |
![]() | Parses the incoming invitation message. This will set the class's properties for later retrieval in following messages. |
![]() | Closes the session's datastream and removes the transfer sessions from the class' P2PMessageSession object (MessageProcessor property). |
![]() | Sends the invitation request for a direct connection |
MSNSLPHandler Class | XihSolutions.DotMSN.DataTransfer Namespace