detect/WebViewControl.Avalonia/ProxyAuthentication.cs

7 lines
167 B
C#
Raw Permalink Normal View History

2024-11-13 17:09:15 +08:00
namespace WebViewControl {
public class ProxyAuthentication {
public string UserName { get; set; }
public string Password { get; set; }
}
}