refactor: Uri-Eigenschaft in BaseHttpClientService auf protected set geändert für bessere Kapselung
This commit is contained in:
parent
cff310ad59
commit
c1782bf4c3
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user