Implemented interface member:
property
IsCompleted
Microsoft.AspNetCore.Authentication.Negotiate.INegotiateState.IsCompleted
3 writes to IsCompleted
Microsoft.AspNetCore.Authentication.Negotiate.Test (3)
NegotiateHandlerTests.cs (3)
584
IsCompleted
= true;
591
IsCompleted
= true;
601
IsCompleted
= true;
2 references to IsCompleted
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
NegotiateHandlerTests.cs (2)
553
if (!
IsCompleted
)
566
if (
IsCompleted
)