// Assembly: System.Net.Http
// Full name: System.Net.Http.HttpMethod

namespace System.Net.Http
{
public class HttpMethod // TypeDefIndex: 12010
{
	// Fields
	type#19674 delete_method;
	type#19674 get_method;
	type#19674 head_method;
	type#19674 options_method;
	type#19674 post_method;
	type#19674 put_method;
	type#19674 trace_method;
	type#26586 method;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 method) { }
	// RVA: -1
	public static type#19672 get_Get() { }
	// RVA: -1
	public type#26576 get_Method() { }
	// RVA: -1
	public static type#19672 get_Post() { }
	// RVA: -1
	public static type#15313 op_Equality(type#19672 left, type#19672 right) { }
	// RVA: -1
	public virtual type#15313 Equals(type#19672 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
