Commit c48d32db authored by ByronP's avatar ByronP

clean up interface... ooppss lol

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