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

System.ServiceModel.HttpBindingBase

public abstract class HttpBindingBase : Binding
namespace System.ServiceModel { public abstract class HttpBindingBase { public bool AllowCookies { get; set; } public bool BypassProxyOnLocal { get; set; } public EnvelopeVersion EnvelopeVersion { get; } public long MaxBufferPoolSize { get; set; } public int MaxBufferSize { get; set; } public long MaxReceivedMessageSize { get; set; } public Uri ProxyAddress { get; set; } public XmlDictionaryReaderQuotas ReaderQuotas { get; set; } public Encoding TextEncoding { get; set; } public TransferMode TransferMode { get; set; } public bool UseDefaultWebProxy { get; set; } } }