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