// Assembly: System.Net.Http
// Full name: System.Net.Http.Headers.HttpHeaderKind

namespace System.Net.Http.Headers
{
public class HttpHeaderKind // TypeDefIndex: 12030
{
	// Fields
	type#20890 value__;
	type#19664 None;
	type#19664 Request;
	type#19664 Response;
	type#19664 Content;
}
}
