1 write to channelFactory
System.ServiceModel (1)
System\ServiceModel\ChannelFactoryRefCache.cs (1)
20
this.
channelFactory
= channelFactory;
3 references to channelFactory
System.ServiceModel (3)
System\ServiceModel\ChannelFactoryRefCache.cs (3)
44
this.
channelFactory
.Close(timeout);
49
this.
channelFactory
.Abort();
56
return this.
channelFactory
;