1 write to innerFactory
System.ServiceModel (1)
System\ServiceModel\ChannelFactory.cs (1)
395this.innerFactory = CreateFactory();
11 references to innerFactory
System.ServiceModel (11)
System\ServiceModel\ChannelFactory.cs (11)
96get { return this.innerFactory; } 226if (this.innerFactory != null) 228return this.innerFactory.GetProperty<T>(); 354if (this.innerFactory != null) 356this.innerFactory.Abort(); 362return new CloseAsyncResult(this.innerFactory, timeout, callback, state); 367return new OpenAsyncResult(this.innerFactory, timeout, callback, state); 372if (this.innerFactory != null) 373this.innerFactory.Close(timeout); 388this.innerFactory.Open(timeout); 404if (this.innerFactory == null)