Commit c48d32db authored by ByronP's avatar ByronP

clean up interface... ooppss lol

parent af8558f3
...@@ -5,17 +5,17 @@ ...@@ -5,17 +5,17 @@
/// <summary> /// <summary>
/// Use default windows credentials? /// Use default windows credentials?
/// </summary> /// </summary>
public bool UseDefaultCredentials { get; set; } bool UseDefaultCredentials { get; set; }
/// <summary> /// <summary>
/// Bypass this proxy for connections to localhost? /// Bypass this proxy for connections to localhost?
/// </summary> /// </summary>
public bool BypassLocalhost { get; set; } bool BypassLocalhost { get; set; }
/// <summary> /// <summary>
/// Username. /// Username.
/// </summary> /// </summary>
public string? UserName { get; set; } string? UserName { get; set; }
/// <summary> /// <summary>
/// Password. /// Password.
......
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