3 writes to rstChannelFactory
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (3)
289
this.
rstChannelFactory
= null;
346
this.
rstChannelFactory
= null;
450
this.
rstChannelFactory
= securityChannelFactory;
6 references to rstChannelFactory
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (6)
286
if (this.
rstChannelFactory
!= null)
288
this.
rstChannelFactory
.Abort();
318
this.
rstChannelFactory
.Open(timeoutHelper.RemainingTime());
343
if (this.
rstChannelFactory
!= null)
345
this.
rstChannelFactory
.Close(timeoutHelper.RemainingTime());
494
cf = this.
rstChannelFactory
;