3 references to FormatInt64
Microsoft.Net.Http.Headers (2)
SetCookieHeaderValue.cs (2)
203maxAge = HeaderUtilities.FormatInt64((long)MaxAge.GetValueOrDefault().TotalSeconds); 350AppendSegment(builder, MaxAgeToken, HeaderUtilities.FormatInt64((long)MaxAge.GetValueOrDefault().TotalSeconds));
Microsoft.Net.Http.Headers.Tests (1)
HeaderUtilitiesTest.cs (1)
128Assert.Equal(value.ToString(CultureInfo.InvariantCulture), HeaderUtilities.FormatInt64(value));