9 overrides of OnEndSend
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
135protected override void OnEndSend(IAsyncResult result)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
194protected override void OnEndSend(IAsyncResult result)
System\ServiceModel\Channels\OneWayChannelFactory.cs (3)
193protected override void OnEndSend(IAsyncResult result) 329protected override void OnEndSend(IAsyncResult result) 513protected override void OnEndSend(IAsyncResult result)
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
159protected override void OnEndSend(IAsyncResult result)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
415protected override void OnEndSend(IAsyncResult result)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
558protected override void OnEndSend(IAsyncResult result)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
122protected override void OnEndSend(IAsyncResult result)
1 reference to OnEndSend
System.ServiceModel (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
44OnEndSend(result);