1 implementation of EndClose
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
449public void EndClose(IAsyncResult result)
13 references to EndClose
System.ServiceModel (13)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
207this.binder.EndClose(result);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
233this.binder.EndClose(result);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
797binder.EndClose(result); 1148this.binder.EndClose(result); 1170closeResult.binder.EndClose(result); 1270this.binder.EndClose(result); 1328this.binder.EndClose(result);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
326this.binder.EndClose(result);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
172this.binder.EndClose(result);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
1697this.channel.channelBinder.EndClose(result); 1731self.channel.channelBinder.EndClose(result);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
2326this.channel.channelBinder.EndClose(result); 2369self.channel.channelBinder.EndClose(result);