3 overrides of EndCloseChannel
System.ServiceModel (3)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
477protected override void EndCloseChannel(IDuplexSessionChannel channel,
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (2)
851protected override void EndCloseChannel(IDuplexSessionChannel channel, 1041protected override void EndCloseChannel(IReplySessionChannel channel,
1 reference to EndCloseChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2825this.binder.EndCloseChannel(this.channel, result);