3 writes to _rstChannelFactory
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (3)
262
_rstChannelFactory
= null;
314
_rstChannelFactory
= null;
394
_rstChannelFactory
= securityChannelFactory;
6 references to _rstChannelFactory
System.ServiceModel.Primitives (6)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (6)
259
if (
_rstChannelFactory
!= null)
261
_rstChannelFactory
.Abort();
291
await
_rstChannelFactory
.OpenHelperAsync(timeoutHelper.RemainingTime());
311
if (
_rstChannelFactory
!= null)
313
await
_rstChannelFactory
.CloseHelperAsync(timeoutHelper.RemainingTime());
422
cf =
_rstChannelFactory
;