1 write to factory
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
88this.factory = factory;
18 references to factory
System.ServiceModel (18)
System\ServiceModel\Channels\ServiceChannel.cs (18)
225return factory.InternalCloseTimeout; 254get { return this.factory; } 275get { return this.factory != null; } 316return factory.InternalOpenTimeout; 443if ((duplexChannel != null) && (this.factory != null) && (this.instanceContext != null)) 1336if (this.factory != null) 1337this.factory.ChannelDisposed(this); 1341if (this.factory != null) 1342this.factory.Abort(); 1370if (this.factory != null) 1372this.factory.ChannelDisposed(this); 1386new ChainedBeginHandler(this.factory.BeginClose), new ChainedEndHandler(this.factory.EndClose)); 1396return factory.BeginClose(timeout, callback, state); 1438if (this.factory != null) 1440this.factory.ChannelDisposed(this); 1452this.factory.Close(timeoutHelper.RemainingTime()); 1477factory.EndClose(result);