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

System.ServiceModel.Channels.ChannelFactoryBase<TChannel>

protected ChannelFactoryBase()

public TChannel CreateChannel(EndpointAddress address)

public TChannel CreateChannel(EndpointAddress address, Uri via)

protected abstract TChannel OnCreateChannel(EndpointAddress address, Uri via)

protected void ValidateCreateChannel()