The properties of the P2PTransferSession class are listed below. For a complete list of P2PTransferSession class members, see the P2PTransferSession Members topic.
![]() | Defines whether the stream is automatically closed after the transfer has finished or been aborted. |
![]() | The unique call-id used in MSNSLP messages |
![]() | This property can be used by the client-programmer to include application specific data |
![]() | The stream to read from when data is send, or to write to when data is received. Default is a MemorySteam. |
![]() | Defines whether the local client is sender or receiver |
![]() | This value is set in the flag field in a p2p header. |
![]() | The message processor to which p2p messages (this includes p2p data messages) will be send |
![]() | The message session which keeps track of the local / remote message identifiers and redirects messages to this handler based on the session id |
![]() | The session id which this object handles. P2P messages will be redirected to this object based on their session id. |
![]() | Keeps track of clustered p2p messages |
![]() | The thread in which the data messages are send |
![]() | Kickstart object to start the data transfer thread |
![]() | Indicates whether the session is waiting for the result of a direct connection attempt |
P2PTransferSession Class | XihSolutions.DotMSN.DataTransfer Namespace