Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit c48d32d

Browse files
ByronPByronP
authored andcommitted
clean up interface... ooppss lol
1 parent af8558f commit c48d32d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Titanium.Web.Proxy/Models/IExternalProxy.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ public interface IExternalProxy
55
/// <summary>
66
/// Use default windows credentials?
77
/// </summary>
8-
public bool UseDefaultCredentials { get; set; }
8+
bool UseDefaultCredentials { get; set; }
99

1010
/// <summary>
1111
/// Bypass this proxy for connections to localhost?
1212
/// </summary>
13-
public bool BypassLocalhost { get; set; }
13+
bool BypassLocalhost { get; set; }
1414

1515
/// <summary>
1616
/// Username.
1717
/// </summary>
18-
public string? UserName { get; set; }
18+
string? UserName { get; set; }
1919

2020
/// <summary>
2121
/// Password.

0 commit comments

Comments
 (0)