17 implementations of EndSend
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2945public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1209public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\DuplexChannel.cs (1)
48public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
191public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
266public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\OutputChannel.cs (1)
42public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
559public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1058public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1295public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
254public void EndSend(IAsyncResult result)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
573public void EndSend(IAsyncResult result)
System\ServiceModel\ClientBase.cs (1)
1383void IOutputChannel.EndSend(IAsyncResult result)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1566public void EndSend(IAsyncResult result)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3276public void EndSend(IAsyncResult result)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3651public void EndSend(IAsyncResult result)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
67public void EndSend(IAsyncResult result)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
59public void EndSend(IAsyncResult result)
28 references to EndSend
System.ServiceModel (25)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1279this.innerChannel.EndSend(result); 2947this.InnerChannel.EndSend(result);
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
369channel.EndSend(result);
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
256this.channel.InnerChannel.EndSend(result);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1280channel.EndSend(result);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
320outputChannel.EndSend(result);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
268this.innerOutputChannel.EndSend(result);
System\ServiceModel\Channels\OneWayChannelFactory.cs (3)
331this.innerChannel.EndSend(result); 746innerChannel.EndSend(result); 797thisPtr.innerChannel.EndSend(result);
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1125this.proxy.EndSend(result);
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
272this.innerChannel.EndSend(result);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1947this.innerChannel.EndSend(result);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
718channel.EndSend(result);
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
256InnerChannel.EndSend(result);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
575InnerChannel.EndSend(result);
System\ServiceModel\ClientBase.cs (1)
1385((IOutputChannel)this.channel).EndSend(result);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (5)
365this.channel.EndSend(result); 731context.channel.EndSend(result); 753thisPtr.context.channel.EndSend(result); 993this.parent.channel.EndSend(sendResult); 1568this.innerChannel.EndSend(result);
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
88this.channel.EndSend(result);
System\ServiceModel\Security\SecurityChannel.cs (1)
153channel.EndSend(result);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4807((IOutputChannel)faultContext).EndSend(result);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1853((IOutputChannel)this.channel).EndSend(result); 1985((IOutputChannel)thisPtr.channel).EndSend(result);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
61this.InnerChannel.EndSend(result);