1 write to isNegotiationCompleted
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticatorState.cs (1)
60
this.
isNegotiationCompleted
= true;
3 references to isNegotiationCompleted
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenAuthenticatorState.cs (3)
38
return this.
isNegotiationCompleted
;
65
if (this.
isNegotiationCompleted
)
74
if (!this.
isNegotiationCompleted
)