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

System.ServiceModel.HttpBindingBase

public abstract class HttpBindingBase : Binding
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; }