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