DotMSN

P2PHandler.OnSessionCreated Method 

Fires the SessionCreated event.

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

Parameters

session

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace