Esempio n. 1
0
 public static HttpHost CreateHost(string webDirectory)
 {
     return(new HttpHost(AspNetHost.CreateHost(webDirectory)));
 }