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

System.ServiceModel.HttpBindingBase

public bool AllowCookies { get; set; }

public bool BypassProxyOnLocal { get; set; }

public long MaxBufferPoolSize { get; set; }

public int MaxBufferSize { get; set; }

public long MaxReceivedMessageSize { get; set; }

public Uri ProxyAddress { get; set; }

public Encoding TextEncoding { get; set; }

public TransferMode TransferMode { get; set; }

public bool UseDefaultWebProxy { get; set; }