2 writes to perMessageChannels
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingService.cs (2)
170this.perMessageChannels = new SessionChannels(this.ChannelExtension.ActivityID); 206this.perMessageChannels = null;
6 references to perMessageChannels
System.ServiceModel.Routing (6)
System\ServiceModel\Routing\RoutingService.cs (6)
156return this.perMessageChannels; 168if (this.perMessageChannels == null) 172return this.perMessageChannels.GetOrCreateClient<TContract>(endpointTrait, this, impersonating); 201if (this.perMessageChannels != null) 204IAsyncResult result = this.perMessageChannels.BeginClose(this.ChannelExtension.OperationTimeout, null, null); 205this.perMessageChannels.EndClose(result);