DotMSN

P2PHandler.OnSessionClosed Method 

Fires the SessionClosed event.

[Visual Basic]
Overridable Protected Sub OnSessionClosed( _
   ByVal session As P2PMessageSession _
)
[C#]
protected virtual void OnSessionClosed(
   P2PMessageSession session
);

Parameters

session

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace