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