6 references to unquote
System (6)
net\System\Net\_DigestClient.cs (6)
505
value = HttpDigest.
unquote
(incoming.Substring(offset+1));
508
value = HttpDigest.
unquote
(incoming.Substring(offset+1, index-offset-1));
810
value =
unquote
(challenge.Substring(offset+1));
813
value =
unquote
(challenge.Substring(offset+1, index-offset-1));
838
value =
unquote
(challenge.Substring(offset+1));
841
value =
unquote
(challenge.Substring(offset+1, index-offset-1));