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

namespace System.Net.Http.Headers
{
public class ViaHeaderValue // TypeDefIndex: 12067
{
	// Fields
	type#26577 <Comment>k__BackingField;
	type#26577 <ProtocolName>k__BackingField;
	type#26577 <ProtocolVersion>k__BackingField;
	type#26577 <ReceivedBy>k__BackingField;

	// Methods
	// RVA: -1
	private type#28660 .ctor() { }
	// RVA: -1
	public type#26576 get_Comment() { }
	// RVA: -1
	private type#28660 set_Comment(type#26576 value) { }
	// RVA: -1
	public type#26576 get_ProtocolName() { }
	// RVA: -1
	private type#28660 set_ProtocolName(type#26576 value) { }
	// RVA: -1
	public type#26576 get_ProtocolVersion() { }
	// RVA: -1
	private type#28660 set_ProtocolVersion(type#26576 value) { }
	// RVA: -1
	public type#26576 get_ReceivedBy() { }
	// RVA: -1
	private type#28660 set_ReceivedBy(type#26576 value) { }
	// RVA: -1
	private virtual type#23705 System.ICloneable.Clone() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	internal static type#15313 TryParse(type#26576 input, type#20867 minimalCount, type#11655 result) { }
	// RVA: -1
	private static type#15313 TryParseElement(type#21938 lexer, type#12233 parsedValue, type#12178 t) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
