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)
79
if (
_rstChannelFactory
!= null)
81
await
_rstChannelFactory
.CloseHelperAsync(timeout);
90
if (
_rstChannelFactory
!= null)
92
_rstChannelFactory
.Abort();
106
await
_rstChannelFactory
.OpenHelperAsync(timeout);
160
return
_rstChannelFactory
.CreateChannel(target, via);
164
return
_rstChannelFactory
.CreateChannel(target);