3 references to EscapeAsQuotedString
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionRegistrationHeader.cs (2)
52var headerValue = $"{DeviceBoundSessionConstants.AdvertisedAlgorithms};path={HeaderUtilities.EscapeAsQuotedString(registrationPath)};challenge={HeaderUtilities.EscapeAsQuotedString(challenge)}";
Microsoft.Net.Http.Headers (1)
NameValueHeaderValue.cs (1)
199Value = HeaderUtilities.EscapeAsQuotedString(value);