This seems strange to me but I am sure there is an explanation
If I use Uri.IsWellFormedUriString passing in "http://http://www.google.com" it returns true, I can only assume that this URI conforms to some RFC specification and is valid.
Most of my other tests indicate this method works in the manner in which I expect other than this one
Can anyone advise?