Esempio n. 1
0
 public static TextWebServerResponse Text(string text, string contentType) => TextWebServerResponse.FromString(text, contentType);
Esempio n. 2
0
 public static TextWebServerResponse Text(string text) => TextWebServerResponse.FromString(text);