Example #1
0
 /// <summary>
 /// Uses HTTP Protocol and accepts HTTP connections with Twino MVC Architecture
 /// </summary>
 public static ITwinoServer UseMvc(this ITwinoServer server, TwinoMvc mvc, string optionsFilename)
 {
     return(UseMvc(server, mvc, HttpOptions.Load(optionsFilename)));
 }