![]() ![]() | The guid used in invitations for a filetransfer. |
![]() ![]() | The guid used in invitations for a user display transfer. |
![]() | The client end-point as perceived by the server. This can differ from the actual local endpoint through the use of routers. This value is used to determine how to set-up a direct connection. |
![]() | The client's local end-point. This can differ from the external endpoint through the use of routers. This value is used to determine how to set-up a direct connection. |
![]() | The message processor to send outgoing p2p messages to. |
![]() | The message session to send message to. This is simply the MessageProcessor property, but explicitly casted as a P2PMessageSession. |
![]() | 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. |
![]() | Occurs when a remote client has send an invitation for a transfer session. |
![]() | Occurs when a transfer session is closed. Either because the transfer has finished or aborted. |
![]() | Occurs when a transfer session is created. |
![]() |
Constructor. |
![]() | 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