3 writes to rstChannelFactory
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenProvider.cs (3)
81this.rstChannelFactory = null; 91this.rstChannelFactory = null; 144this.rstChannelFactory = GetNegotiationChannelFactory(innerChannelFactory, channelBuilder);
7 references to rstChannelFactory
System.ServiceModel (7)
System\ServiceModel\Security\NegotiationTokenProvider.cs (7)
78if (this.rstChannelFactory != null) 80this.rstChannelFactory.Close(timeout); 88if (this.rstChannelFactory != null) 90this.rstChannelFactory.Abort(); 104this.rstChannelFactory.Open(timeout); 172return this.rstChannelFactory.CreateChannel(target, via); 176return this.rstChannelFactory.CreateChannel(target);