feat(BaseHttpClientService): Uri Getter und Setter entfernt und geschützte readonly _uri Variable hinzugefügt.

This commit is contained in:
Developer 02
2024-11-25 10:09:05 +01:00
parent 049e9977f4
commit bcfb5a8a70
2 changed files with 4 additions and 6 deletions

View File

@@ -4,8 +4,6 @@ namespace DigitalData.Core.Abstractions.Client
{
public interface IBaseHttpClientService
{
string Uri { get; init; }
CookieCollection GetCookies(string path = "");
Task<HttpResponseMessage> FetchAsync(