Skip to content

Missing ClientBase<TChannel>ClientBase(ServiceEndpoint endpoint) Constructor #3332

Closed
@MattB-msft

Description

@MattB-msft

Working on a Port of a WCF Client for .net core and am dealing with a missing constructor in the .net core version of WCF.

We required the ClientBase(ServiceEndpoint endpoint) to create the ClientBase object.

Edited

Add protected ClientBase(ServiceEndpoint endpoint) to the public contract.
Add public ChannelFactory(ServiceEndpoint endpoint) to the public contract.
Add scenario test coverage.

Fixed by #3341

Metadata

Metadata

Labels

feature requestAdding new functionality requiring adding an API to the public contract.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions