6 references to ChannelFactory
System.ServiceModel.Primitives (6)
System\ServiceModel\ClientBase.cs (6)
80
_channelFactoryRef.
ChannelFactory
.TraceOpenAndClose = false;
102
_channelFactoryRef.
ChannelFactory
.TraceOpenAndClose = false;
135
_channelFactoryRef.
ChannelFactory
.TraceOpenAndClose = false;
626
return _channelFactoryRef.
ChannelFactory
;
638
if (factoryRef.
ChannelFactory
.State != CommunicationState.Opened)
727
Fx.Assert(_channelFactoryRef.
ChannelFactory
.State == CommunicationState.Opened,