3 references to GetCookieValue
Microsoft.Net.Http.Headers (3)
CookieHeaderValue.cs (1)
186
var result = CookieHeaderParserShared.
GetCookieValue
(value, ref offset);
SetCookieHeaderValue.cs (1)
508
result._value = CookieHeaderParserShared.
GetCookieValue
(input, ref offset);
src\Http\Shared\CookieHeaderParserShared.cs (1)
174
parsedValue =
GetCookieValue
(input, ref offset);