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