refactor: Uri-Eigenschaft in BaseHttpClientService auf protected set geändert für bessere Kapselung
This commit is contained in:
@@ -12,7 +12,7 @@ namespace DigitalData.Core.Legacy.Client
|
||||
protected readonly HttpClient _client;
|
||||
protected readonly CookieContainer _cookies;
|
||||
|
||||
public string Uri { get; }
|
||||
public string Uri { get; protected set; }
|
||||
|
||||
public BaseHttpClientService(HttpClient client, CookieContainer cookieContainer, IOptions<HttpClientOptions> clientOptions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user