<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-preview1.23060.3" />

System.ServiceModel.ChannelFactory

public ServiceEndpoint Endpoint { get; }

protected ChannelFactory()

protected virtual void ApplyConfiguration(string configurationName)

protected abstract ServiceEndpoint CreateDescription()

protected virtual IChannelFactory CreateFactory()

public T GetProperty<T>()

protected void InitializeEndpoint(string configurationName, EndpointAddress address)

protected void InitializeEndpoint(ServiceEndpoint endpoint)

protected void InitializeEndpoint(Binding binding, EndpointAddress address)