detect/WebViewControl.Avalonia/ProxyAuthentication.cs
2024-11-13 17:09:15 +08:00

7 lines
167 B
C#

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