5 references to IsNegotiationCompleted
System.ServiceModel (5)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (4)
772if (negotiationState.IsNegotiationCompleted) 800if (negotiationState.IsNegotiationCompleted) 818if (negotiationState.IsNegotiationCompleted && null != this.ListenUri) 892else if (negotiationState != null && negotiationState.IsNegotiationCompleted)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticatorState.cs (1)
104if (this.sspiNegotiation != null && !this.IsNegotiationCompleted)