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