// Assembly: UnityEngine.UnityWebRequestModule
// Full name: UnityEngine.Networking.UnityWebRequest

namespace UnityEngine.Networking
{
public class UnityWebRequest // TypeDefIndex: 12672
{
	// Fields
	type#20938 m_Ptr;
	type#17457 m_DownloadHandler;
	type#28201 m_UploadHandler;
	type#15812 m_CertificateHandler;
	type#28208 m_Uri;
	type#15314 <disposeCertificateHandlerOnDispose>k__BackingField;
	type#15314 <disposeDownloadHandlerOnDispose>k__BackingField;
	type#15314 <disposeUploadHandlerOnDispose>k__BackingField;

	// Methods
	// RVA: -1
	private static type#26576 GetWebErrorString(type#34511 err) { }
	// RVA: -1
	internal static type#26576 GetHTTPStatusString(type#20900 responseCode) { }
	// RVA: -1
	public type#15313 get_disposeCertificateHandlerOnDispose() { }
	// RVA: -1
	public type#28660 set_disposeCertificateHandlerOnDispose(type#15313 value) { }
	// RVA: -1
	public type#15313 get_disposeDownloadHandlerOnDispose() { }
	// RVA: -1
	public type#28660 set_disposeDownloadHandlerOnDispose(type#15313 value) { }
	// RVA: -1
	public type#15313 get_disposeUploadHandlerOnDispose() { }
	// RVA: -1
	public type#28660 set_disposeUploadHandlerOnDispose(type#15313 value) { }
	// RVA: -1
	internal static type#20925 Create() { }
	// RVA: -1
	private type#28660 Release() { }
	// RVA: -1
	internal type#28660 InternalDestroy() { }
	// RVA: -1
	private type#28660 InternalSetDefaults() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#26576 url, type#26576 method) { }
	// RVA: -1
	public type#28660 .ctor(type#28203 uri, type#26576 method) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 url, type#26576 method, type#17456 downloadHandler, type#28200 uploadHandler) { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	private type#28660 DisposeHandlers() { }
	// RVA: -1
	internal type#28107 BeginWebRequest() { }
	// RVA: -1
	public type#28107 SendWebRequest() { }
	// RVA: -1
	public type#28660 Abort() { }
	// RVA: -1
	private type#34511 SetMethod(type#34513 methodType) { }
	// RVA: -1
	internal type#28660 InternalSetMethod(type#34513 methodType) { }
	// RVA: -1
	private type#34511 SetCustomMethod(type#26576 customMethodName) { }
	// RVA: -1
	internal type#28660 InternalSetCustomMethod(type#26576 customMethodName) { }
	// RVA: -1
	public type#28660 set_method(type#26576 value) { }
	// RVA: -1
	private type#34511 GetError() { }
	// RVA: -1
	public type#26576 get_error() { }
	// RVA: -1
	private type#28660 set_use100Continue(type#15313 value) { }
	// RVA: -1
	public type#28660 set_useHttpContinue(type#15313 value) { }
	// RVA: -1
	public type#26576 get_url() { }
	// RVA: -1
	public type#28660 set_url(type#26576 value) { }
	// RVA: -1
	public type#28660 set_uri(type#28203 value) { }
	// RVA: -1
	private type#26576 GetUrl() { }
	// RVA: -1
	private type#34511 SetUrl(type#26576 url) { }
	// RVA: -1
	private type#28660 InternalSetUrl(type#26576 url) { }
	// RVA: -1
	public type#20900 get_responseCode() { }
	// RVA: -1
	public type#15313 get_isModifiable() { }
	// RVA: -1
	public type#15313 get_isDone() { }
	// RVA: -1
	public type#15313 get_isNetworkError() { }
	// RVA: -1
	public type#15313 get_isHttpError() { }
	// RVA: -1
	public type#34509 get_result() { }
	// RVA: -1
	internal type#34511 InternalSetRequestHeader(type#26576 name, type#26576 value) { }
	// RVA: -1
	public type#28660 SetRequestHeader(type#26576 name, type#26576 value) { }
	// RVA: -1
	public type#26576 GetResponseHeader(type#26576 name) { }
	// RVA: -1
	internal type#13453 GetResponseHeaderKeys() { }
	// RVA: -1
	public type#4800 GetResponseHeaders() { }
	// RVA: -1
	private type#34511 SetUploadHandler(type#28200 uh) { }
	// RVA: -1
	public type#28200 get_uploadHandler() { }
	// RVA: -1
	public type#28660 set_uploadHandler(type#28200 value) { }
	// RVA: -1
	private type#34511 SetDownloadHandler(type#17456 dh) { }
	// RVA: -1
	public type#17456 get_downloadHandler() { }
	// RVA: -1
	public type#28660 set_downloadHandler(type#17456 value) { }
	// RVA: -1
	private type#34511 SetCertificateHandler(type#15811 ch) { }
	// RVA: -1
	public type#15811 get_certificateHandler() { }
	// RVA: -1
	public type#28660 set_certificateHandler(type#15811 value) { }
	// RVA: -1
	private type#34511 SetTimeoutMsec(type#20867 timeout) { }
	// RVA: -1
	public type#28660 set_timeout(type#20867 value) { }
	// RVA: -1
	public static type#28104 Get(type#26576 uri) { }
	// RVA: -1
	public static type#28104 Delete(type#26576 uri) { }
	// RVA: -1
	public static type#28104 PostWwwForm(type#26576 uri, type#26576 form) { }
	// RVA: -1
	private static type#28660 SetupPostWwwForm(type#28104 request, type#26576 postData) { }
	// RVA: -1
	public static type#28104 Post(type#26576 uri, type#28671 formData) { }
	// RVA: -1
	private static type#28660 SetupPost(type#28104 request, type#28671 formData) { }
	// RVA: -1
	public static type#26576 UnEscapeURL(type#26576 s) { }
	// RVA: -1
	public static type#26576 UnEscapeURL(type#26576 s, type#17811 e) { }
	// RVA: -1
	private static type#28660 GetWebErrorString_Injected(type#34511 err, type#11996 ret) { }
	// RVA: -1
	private static type#28660 GetHTTPStatusString_Injected(type#20900 responseCode, type#11996 ret) { }
	// RVA: -1
	private static type#28660 Release_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#20925 BeginWebRequest_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 Abort_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#34511 SetMethod_Injected(type#20925 _unity_self, type#34513 methodType) { }
	// RVA: -1
	private static type#34511 SetCustomMethod_Injected(type#20925 _unity_self, type#11995 customMethodName) { }
	// RVA: -1
	private static type#34511 GetError_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 set_use100Continue_Injected(type#20925 _unity_self, type#15313 value) { }
	// RVA: -1
	private static type#28660 GetUrl_Injected(type#20925 _unity_self, type#11996 ret) { }
	// RVA: -1
	private static type#34511 SetUrl_Injected(type#20925 _unity_self, type#11995 url) { }
	// RVA: -1
	private static type#20900 get_responseCode_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#15313 get_isModifiable_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#34509 get_result_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#34511 InternalSetRequestHeader_Injected(type#20925 _unity_self, type#11995 name, type#11995 value) { }
	// RVA: -1
	private static type#28660 GetResponseHeader_Injected(type#20925 _unity_self, type#11995 name, type#11996 ret) { }
	// RVA: -1
	private static type#13453 GetResponseHeaderKeys_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#34511 SetUploadHandler_Injected(type#20925 _unity_self, type#20925 uh) { }
	// RVA: -1
	private static type#34511 SetDownloadHandler_Injected(type#20925 _unity_self, type#20925 dh) { }
	// RVA: -1
	private static type#34511 SetCertificateHandler_Injected(type#20925 _unity_self, type#20925 ch) { }
	// RVA: -1
	private static type#34511 SetTimeoutMsec_Injected(type#20925 _unity_self, type#20867 timeout) { }
}
}
