1 write to InnerFactory
System.ServiceModel.Primitives (1)
System\ServiceModel\ChannelFactory.cs (1)
328
InnerFactory
= CreateFactory();
13 references to InnerFactory
System.ServiceModel.Primitives (13)
System\ServiceModel\ChannelFactory.cs (13)
193
if (
InnerFactory
!= null)
195
return
InnerFactory
.GetProperty<T>();
269
if (
InnerFactory
!= null)
271
InnerFactory
.Abort();
287
if (
InnerFactory
!= null)
289
await CloseOtherAsync(
InnerFactory
, timeout);
305
if (
InnerFactory
!= null)
307
await OpenOtherAsync(
InnerFactory
, timeout);
313
if (
InnerFactory
!= null)
315
InnerFactory
.Close(timeout);
321
InnerFactory
.Open(timeout);
336
if (
InnerFactory
== null)
434
get { return (ServiceChannelFactory)
InnerFactory
; }