dotnet / dotnet/wcf

ClientBase callback constructor missing?

Open
#5,599 3 comments 1 reaction 0 assignees View on GitHub
triaged
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

![Capture 1](https://github.com/dotnet/wcf/assets/108994122/4677e190-1a4e-49fa-b0db-a340c2541b86)
![Capture 2](https://github.com/dotnet/wcf/assets/108994122/02732748-ebce-4277-9f94-6f8d23ffd82d)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.