using System;public class MainClass{ public static void Main(){ UriBuilder myUri = new UriBuilder("http","www.google.com",8080,"index.htm"); }}