dotnet / wcf

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
MIT License
1.69k stars 556 forks source link

ClientBase callback constructor missing? #5599

Open MaxMMusic opened 3 days ago

MaxMMusic commented 3 days ago

Describe the bug One of the Clientbase constructors seems not to be available although present in the code base

To Reproduce Use ClientBase(InstanceContext callbackInstance, Binding binding, EndpointAddress remoteAddress) constructor https://learn.microsoft.com/en-us/dotnet/api/system.servicemodel.clientbase-1?view=net-8.0

Capture 1 Capture 2

viveknavkar99 commented 3 days ago

A similar issue is observed with the DuplexChannelFactory class constructors. Out of 15 constructors, only 8 are visible. Could anyone please suggest a solution to this issue.