Documentation state that dontEscape is deprecated and always false.
However it actually works. Is it a good idea to use it anyway, or is there any other alternative to send non RFC compliant Http requests?
Sample Code:
Dim U As New Uri("http://www.google.com/>", True)
Dim W As New Net.WebClient()
WL(W.DownloadString(U))