1 write to channel
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
262this.channel = owner;
5 references to channel
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\RoutingChannelExtension.cs (5)
122channelsToClose.BeginClose(this.channel.OperationTimeout, closeChannelsCallback, channelsToClose); 177this.channel.Close(); 217this.channel.Close(); 257RoutingUtilities.Abort(this.channel, this.channel.LocalAddress);