// Assembly: UnityEngine.UnityWebRequestModule
// Full name: UnityEngine.WWWForm

namespace UnityEngine
{
public class WWWForm // TypeDefIndex: 12659
{
	// Fields
	type#8369 formData;
	type#9067 fieldNames;
	type#9067 fileNames;
	type#9067 types;
	type#12861 boundary;
	type#15314 containsFiles;
	type#12866 dDash;
	type#12866 crlf;
	type#12866 contentTypeHeader;
	type#12866 dispositionHeader;
	type#12866 endQuote;
	type#12866 fileNameField;
	type#12866 ampersand;
	type#12866 equal;

	// Methods
	// RVA: -1
	internal static type#17811 get_DefaultEncoding() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 AddField(type#26576 fieldName, type#26576 value) { }
	// RVA: -1
	public type#28660 AddField(type#26576 fieldName, type#26576 value, type#17811 e) { }
	// RVA: -1
	public type#4800 get_headers() { }
	// RVA: -1
	public type#12860 get_data() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
