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