This section covers a couple of utility classes to make Web programming easier when dealing with URIs and IP addresses. URIs uri and UriBuilder are two classes in the System (not System.Net) namespace, and they are both intended to represent a URI. UriBuilder allows you to build a URI given the strings for the component parts, and the…