ClientBase callback constructor missing?
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
**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


Contributor guide
Research direction
Start at the ClientBase entry point and compare its available constructors with the documented ClientBase(InstanceContext callbackInstance, Binding binding, EndpointAddress remoteAddress) overload. Confirm whether the overload is exposed in the current API and determine whether the issue is resolved when that constructor can be used as shown in the linked documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100