Initializes a new instance of the Uri class with the specified URI.
using System; public class MainClass{ public static void Main(){ Uri myUri = new Uri("http://www.yourDomain.com/"); } }