System.Net.Http.HttpMethod public class HttpMethod : IEquatable<HttpMethod> Documentation public static HttpMethod Delete { get; } public static HttpMethod Get { get; } public static HttpMethod Head { get; } public static HttpMethod Options { get; } public static HttpMethod Post { get; } public static HttpMethod Put { get; } public static HttpMethod Trace { get; } public string Method { get; } public HttpMethod(string method) public static bool op_Equality(HttpMethod left, HttpMethod right) public static bool op_Inequality(HttpMethod left, HttpMethod right) public bool Equals(HttpMethod other)