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