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

System.ServiceModel.Channels.HttpChannelFactory<TChannel>

class HttpChannelFactory<TChannel> : TransportChannelFactory<TChannel>
protected class HttpClientRequestChannel<TChannel> : RequestChannel

public bool AllowCookies { get; }

public bool DecompressionEnabled { get; }

public virtual bool IsChannelBindingSupportEnabled { get; }

public int MaxBufferSize { get; }

public TransferMode TransferMode { get; }

protected virtual bool IsSecurityTokenManagerRequired()

protected virtual TChannel OnCreateChannelCore(EndpointAddress remoteAddress, Uri via)

protected virtual string OnGetConnectionGroupPrefix(SecurityTokenContainer clientCertificateToken)

protected virtual void ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)