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