mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Pack python env to zip
This commit is contained in:
11
Wox.Plugin/IHttpProxy.cs
Normal file
11
Wox.Plugin/IHttpProxy.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Wox.Plugin
|
||||
{
|
||||
public interface IHttpProxy
|
||||
{
|
||||
bool Enabled { get; }
|
||||
string Server { get; }
|
||||
int Port { get; }
|
||||
string UserName { get; }
|
||||
string Password { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user