mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
10 lines
No EOL
238 B
C#
10 lines
No EOL
238 B
C#
namespace Wox.Plugin
|
|
{
|
|
public class HttpProxy
|
|
{
|
|
public string Address { get; set; }
|
|
public int Port { get; set; }
|
|
public string UserName { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
} |