DotMSN

P2PHandler.MessageSessions Property

A list of all current p2p message sessions. Multiple threads can access this resource so make sure to lock this.

[Visual Basic]
Public ReadOnly Property MessageSessions As ArrayList
[C#]
public System.Collections.ArrayList MessageSessions {get;}

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace