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