1 implementation of EndSend
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1123public void EndSend(IAsyncResult result)
4 references to EndSend
System.ServiceModel (4)
System\ServiceModel\Channels\PeerFlooder.cs (2)
206neighbor.EndSend(result); 978neighbor.EndSend(result);
System\ServiceModel\Channels\UtilityExtension.cs (2)
279host.EndSend(result); 325host.EndSend(result);