4 references to Abort
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
240RoutingUtilities.Abort(channel, channel.LocalAddress);
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
257RoutingUtilities.Abort(this.channel, this.channel.LocalAddress);
System\ServiceModel\Routing\SessionChannels.cs (2)
119RoutingUtilities.Abort((ICommunicationObject)client, client.Key); 137RoutingUtilities.Abort((ICommunicationObject)client, client.Key);