DotMSN

MSNSLPInvitationEventArgs Members

MSNSLPInvitationEventArgs overview

Public Instance Constructors

MSNSLPInvitationEventArgs Constructor Constructor.

Public Instance Properties

Accept Defines if the transfer is accepted. This must be set by the client programmer in a event handler. By default this property is set to false, which means the invitation is rejected. If this property is set to true, the invitation is accepted.
Filename Name of the file the remote contact wants to send. Only available in case of a filetransfer session.
FileSize The total size of the file in bytes. Only available in case of a filetransfer session.
InvitationMessage The affected transfer session
MSNObject The corresponding msnobject defined in the invitation. Only available in case of an msn object transfer (image display, emoticons).
TransferProperties The affected transfer session
TransferSession The p2p transfer session that will transfer the session data

Public Instance Methods

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.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.

See Also

MSNSLPInvitationEventArgs Class | XihSolutions.DotMSN.DataTransfer Namespace