3 writes to _rstChannelFactory
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\NegotiationTokenProvider.cs (3)
82_rstChannelFactory = null; 93_rstChannelFactory = null; 146_rstChannelFactory = GetNegotiationChannelFactory(innerChannelFactory, channelBuilder);
7 references to _rstChannelFactory
System.ServiceModel.Primitives (7)
System\ServiceModel\Security\NegotiationTokenProvider.cs (7)
79if (_rstChannelFactory != null) 81await _rstChannelFactory.CloseHelperAsync(timeout); 90if (_rstChannelFactory != null) 92_rstChannelFactory.Abort(); 106await _rstChannelFactory.OpenHelperAsync(timeout); 160return _rstChannelFactory.CreateChannel(target, via); 164return _rstChannelFactory.CreateChannel(target);