1 write to Factory
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
70Factory = factory;
12 references to Factory
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\ServiceChannel.cs (11)
194return Factory.InternalCloseTimeout; 234get { return Factory != null; } 272return Factory.InternalOpenTimeout; 382if ((duplexChannel != null) && (Factory != null) && (InstanceContext != null)) 1264if (Factory != null) 1266Factory.ChannelDisposed(this); 1271if (Factory != null) 1273Factory.Abort(); 1304if (Factory != null) 1306Factory.ChannelDisposed(this); 1316await CloseOtherAsync(Factory, timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
81if (_serviceChannel.Factory != null)