namespace WebViewControl { public class ProxyAuthentication { public string UserName { get; set; } public string Password { get; set; } } }