3 writes to negotiationHost
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (3)
462this.negotiationHost = null; 481this.negotiationHost = null; 557negotiationHost = new NegotiationHost(this, this.ListenUri, channelBuilder, this.GetListenerFilter());
5 references to negotiationHost
System.ServiceModel (5)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (5)
459if (this.negotiationHost != null) 461this.negotiationHost.Close(timeoutHelper.RemainingTime()); 478if (this.negotiationHost != null) 480this.negotiationHost.Abort(); 516negotiationHost.Open(timeoutHelper.RemainingTime());