Commit d301c72c authored by ilushka85's avatar ilushka85

more cleanup

parent c094e73e
......@@ -18,9 +18,7 @@ namespace Titanium.Web.Proxy
/// </summary>
public partial class ProxyServer : IDisposable
{
public ConcurrentQueue<ExternalProxy> CustomUpStreamHttpProxies { get; set; }
public Func<ExternalProxy> GetCustomUpStreamHttpProxyFunc = null;
public ConcurrentQueue<ExternalProxy> CustomUpStreamHttpsProxies { get; set; }
public Func<ExternalProxy> GetCustomUpStreamHttpsProxyFunc = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment