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