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