1 override of EndClose
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
733public override void EndClose(IAsyncResult result)
5 references to EndClose
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
735base.EndClose(result);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
856this.session.EndClose,
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
115endOperations.Add(new OperationEndCallback(this.session.EndClose)); 296this.session.EndClose,
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
461new OperationEndCallback(this.session.EndClose),