fork download
  1. using System;
  2. using System.Net;
  3.  
  4. public class Test
  5. {
  6. public static void Main()
  7. {
  8. // your code goes here
  9. Console.WriteLine(HttpMethod.Get);
  10. }
  11. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(9,21): error CS0103: The name `HttpMethod' does not exist in the current context
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty