6 references to AbortChannel
System.ServiceModel.Routing (6)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (3)
531sessionChannels.AbortChannel(sendOperation.CurrentEndpoint); 568this.channelExtension.SessionChannels.AbortChannel(this.client.Key); 595this.channelExtension.SessionChannels.AbortChannel(this.client.Key);
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (2)
236sessionChannels.AbortChannel(sendOperation.CurrentEndpoint); 262sessionChannels.AbortChannel(sendOperation.CurrentEndpoint);
System\ServiceModel\Routing\SessionChannels.cs (1)
39this.AbortChannel(client.Key);