Add more first-class options to HttpConnectionOptions
Open
affected-very-few
area-signalr
enhancement
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
We support configuring things like CertificateValidationCallbacks, but they have to be done for the HttpClient and WebSocket separately. We should do what we do for other options (headers, etc.) and provide first-class properties that we copy to each of the option types.
Contributor guide
Assessment
This issue has not been assessed yet.