DotMSN

P2PDirectProcessor.EndAcceptCallback Method 

Called when an incoming connection has been accepted.

[Visual Basic]
Overridable Protected Sub EndAcceptCallback( _
   ByVal ar As IAsyncResult _
)
[C#]
protected virtual void EndAcceptCallback(
   IAsyncResult ar
);

Parameters

ar

See Also

P2PDirectProcessor Class | XihSolutions.DotMSN.DataTransfer Namespace