11 implementations of EndClose
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObject.cs (1)
456public void EndClose(IAsyncResult result)
System\ServiceModel\ClientBase.cs (2)
713void ICommunicationObject.EndClose(IAsyncResult result) 1313void ICommunicationObject.EndClose(IAsyncResult result)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1498public void EndClose(IAsyncResult result)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
309public void EndClose(IAsyncResult result)
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
203public void EndClose( System.IAsyncResult result )
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
210public void EndClose(IAsyncResult result) 387public void EndClose(IAsyncResult result)
System\ServiceModel\Security\WSTrustChannel.cs (1)
870public void EndClose(IAsyncResult result)
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
490void ICommunicationObject.EndClose(IAsyncResult result)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
356void ICommunicationObject.EndClose(IAsyncResult result)
60 references to EndClose
System.ServiceModel (50)
System\ServiceModel\ChannelFactory.cs (2)
483this.communicationObject.EndClose(result); 498thisPtr.communicationObject.EndClose(result);
System\ServiceModel\Channels\ChannelDemuxer.cs (9)
999channelDemuxer.innerChannel.EndClose(result); 1030channelDemuxer.innerListener.EndClose(result); 1059self.channelDemuxer.innerChannel.EndClose(result); 1065self.channelDemuxer.innerListener.EndClose(result); 2181this.innerListener.EndClose(result); 3819this.channel.EndClose(result); 3833self.channel.EndClose(result); 3895this.channel.EndClose(result); 3937self.channel.EndClose(result);
System\ServiceModel\Channels\ChannelPool.cs (2)
42item.EndClose(result); 73item.EndClose(result);
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
64communicationObject.EndClose(result);
System\ServiceModel\Channels\DatagramAdapter.cs (3)
1107return new ChainedCloseAsyncResult(timeout, callback, state, channel.BeginClose, channel.EndClose, activeChannels); 1326channel.EndClose(result); 1560channel.EndClose(result);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
208return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerInputListener.BeginClose, this.innerInputListener.EndClose);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
208this.innerInputChannel.EndClose(result);
System\ServiceModel\Channels\LayeredChannel.cs (1)
66this.innerChannel.EndClose(result);
System\ServiceModel\Channels\LayeredChannelListener.cs (2)
262this.communicationObject.EndClose(result); 277thisPtr.communicationObject.EndClose(result);
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
152this.innerChannel.EndClose(result); 321this.innerChannel.EndClose(result);
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1108this.proxyChannel.EndClose(result);
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
429channel.EndClose(result); 465channel.EndClose(result); 699channel.EndClose(result); 3961this.channel.EndClose(result);
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
166new OperationEndCallback(this.innerChannelFactory.EndClose)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
170new OperationEndCallback(this.InnerChannelListener.EndClose) };
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
450this.listener.EndClose(result);
System\ServiceModel\Channels\ServiceChannel.cs (2)
1385new ChainedBeginHandler(this.InnerChannel.BeginClose), new ChainedEndHandler(this.InnerChannel.EndClose), 1472this.InnerChannel.EndClose(result);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
473this.innerChannelFactory.BeginClose, this.innerChannelFactory.EndClose);
System\ServiceModel\ClientBase.cs (2)
813this.InnerChannel.EndClose(result); 1315((ICommunicationObject)this.channel).EndClose(result);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1363this.innerChannel.EndClose(result); 1503this.innerChannel.EndClose(result);
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
448channel.EndClose(result); 477state.Channel.EndClose(result);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
1078rstChannel.EndClose(result); 1093self.rstChannel.EndClose(result);
System\ServiceModel\Security\SecurityListenerSettingsLifetimeManager.cs (1)
168endOperations.Add(new OperationEndCallback(this.innerListener.EndClose));
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (2)
1023this.channel.EndClose(result); 1037self.channel.EndClose(result);
System\ServiceModel\Security\SecurityUtils.cs (2)
1739this.communicationObject.EndClose(result); 1768thisPtr.communicationObject.EndClose(result);
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
205_communicationObject.EndClose( result );
System\ServiceModel\Security\WSTrustChannel.cs (1)
872Channel.EndClose(result);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2972communicationObject.EndClose(result); 3005communicationObject.EndClose(result);
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
492InnerCommunicationObject.EndClose(result);
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
1267thisPtr.client.InnerCommunicationObject.EndClose(result);
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
682this.innerChannel.EndClose(result);
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (1)
139this.innerChannelFactory.EndClose);
System\ServiceModel\Discovery\OfflineAnnouncementChannelDispatcher.cs (1)
70this.closeListener.EndClose(result);
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (2)
214this.channel.EndClose(result); 248this.channel.EndClose(result);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
490((ICommunicationObject)this.client).EndClose(result);