DotMSN

P2PTransferSession.TransferDataEntry Method 

Entry point for the thread. This thread will send the data messages to the message processor. In case it is a direct connection P2PDCMessages will be send. If no direct connection is established P2PMessage objects are wrapped in a SBMessage object and send to the message processor. Which is in the latter case probably a SB processor.

[Visual Basic]
Protected Sub TransferDataEntry()
[C#]
protected void TransferDataEntry();

See Also

P2PTransferSession Class | XihSolutions.DotMSN.DataTransfer Namespace