Exemple #1
0
 public static string GenerateAHostUrlForAStubServer()
 {
     return(String.Format("http://localhost:{0}", PortHelper.FindLocalAvailablePortForTesting()));
 }