6 references to SessionChannels
System.ServiceModel.Routing (6)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (3)
418this.client = this.channelExtension.SessionChannels.ReleaseChannel(); 568this.channelExtension.SessionChannels.AbortChannel(this.client.Key); 595this.channelExtension.SessionChannels.AbortChannel(this.client.Key);
System\ServiceModel\Routing\RoutingService.cs (3)
160return this.ChannelExtension.SessionChannels; 176return this.ChannelExtension.SessionChannels.GetOrCreateClient<TContract>(endpointTrait, this, impersonating); 217this.ChannelExtension.SessionChannels.AbortAll();