Skip to content

Commit

Permalink
Make DefaultAddress private
Browse files Browse the repository at this point in the history
  • Loading branch information
w1am committed Feb 6, 2024
1 parent a5c08e2 commit 48f12bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public Uri? Address {

internal Uri ResolvedAddressOrDefault => Address ?? DefaultAddress;

Uri DefaultAddress =>
private Uri DefaultAddress =>
new UriBuilder {
Scheme = _insecure ? Uri.UriSchemeHttp : Uri.UriSchemeHttps,
Port = DefaultPort
Expand Down

0 comments on commit 48f12bf

Please sign in to comment.