Geliştirme vakti BaseAddress özelliği, zaman aşımı süresini ayarlamak ve özelleştirilebilir bir HttpMessageHandler ekleyelim. Ayrıca, bu sınıf artık bir Authorization header ı alabilsin. using System; using System.Collections.Generic; using System.Net.Http; using System.Text; using System.Threading.Tasks; public class MyHttpClient : IDisposable { private readonly HttpClient _client; public MyHttpClient(HttpClient client, string baseAddress, TimeSpan? timeout = null, HttpMessageH...