<PackageReference Include="System.ServiceModel.Http" Version="8.0.0" />

System.ServiceModel.Channels.HttpTransportBindingElement

public bool AllowCookies { get; set; }

public bool BypassProxyOnLocal { get; set; }

public bool DecompressionEnabled { get; set; }

public bool KeepAliveEnabled { get; set; }

public int MaxBufferSize { get; set; }

public int MaxPendingAccepts { get; set; }

public IWebProxy Proxy { get; set; }

public Uri ProxyAddress { get; set; }

public string Realm { get; set; }

public TransferMode TransferMode { get; set; }

public bool UnsafeConnectionNtlmAuthentication { get; set; }

public bool UseDefaultWebProxy { get; set; }