1 write to sessionService
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
117
this.
sessionService
= service;
5 references to sessionService
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\RoutingChannelExtension.cs (5)
101
if (this.
sessionService
!= null)
103
oldConfig = this.
sessionService
.RoutingConfig;
115
Fx.Assert(this.
sessionService
== null, "There must only be one RoutingService created for a sessionful channel");
207
if (this.
sessionService
!= null)
209
IAsyncResult result = this.BeginShutdown(this.
sessionService
, closeTimeout, shutdownCallback, this);