2 writes to TokenLifetime
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
666response.TokenLifetime = ttl;
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
277TokenLifetime = tokenLifetime,
3 references to TokenLifetime
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
759if (negotiationResponse.TokenLifetime is not null) 761_initialTokenLifetime = negotiationResponse.TokenLifetime;
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
97if (response.TokenLifetime is { } tokenLifetime && tokenLifetime > TimeSpan.Zero)