mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 05:24:12 +08:00
7 lines
167 B
C#
7 lines
167 B
C#
namespace WebViewControl {
|
|
public class ProxyAuthentication {
|
|
public string UserName { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
}
|