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

System.ServiceModel.ChannelFactory<TChannel>

public ChannelFactory(Binding binding)

public ChannelFactory(Binding binding, EndpointAddress remoteAddress)

protected ChannelFactory(Type channelType)

public TChannel CreateChannel()

public TChannel CreateChannel(EndpointAddress address)

public virtual TChannel CreateChannel(EndpointAddress address, Uri via)