// Assembly: Vuplex.WebView
// Full name: Vuplex.WebView.AuthRequestedEventArgs

namespace Vuplex.WebView
{
public class AuthRequestedEventArgs // TypeDefIndex: 7333
{
	// Fields
	type#26588 Host;
	type#15324 IsProxy;
	type#14106 _cancelCallback;
	type#3494 _continueCallback;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 host, type#15313 isProxy, type#3493 continueCallback, type#14105 cancelCallback) { }
	// RVA: -1
	public type#28660 Cancel() { }
	// RVA: -1
	public type#28660 Continue(type#26576 username, type#26576 password) { }
}
}
