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