4 references to MaxAgeToken
Microsoft.Net.Http.Headers (4)
SetCookieHeaderValue.cs (4)
204
length += SeparatorToken.Length +
MaxAgeToken
.Length + EqualsToken.Length + maxAge.Length;
274
AppendSegment(ref span,
MaxAgeToken
, maxAgeValue);
350
AppendSegment(builder,
MaxAgeToken
, HeaderUtilities.FormatInt64((long)MaxAge.GetValueOrDefault().TotalSeconds));
556
else if (StringSegment.Equals(token,
MaxAgeToken
, StringComparison.OrdinalIgnoreCase))