dotnet / dotnet/dotnet-api-docs
Doc for ClientCertificateOptions.Manual refers to class WebRequestHandler only found in .Net 4.8.1
Open
area-System.Net
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
The doc for Manual says:
> The application manually provides the client certificates to the [WebRequestHandler](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.webrequesthandler?view=net-8.0). This value is the default.
Unfortunately, WebRequestHandler is only available in .net 4.8.1 - it is not clear what this option does in .Net core?
Contributor guide
Assessment
This issue has not been assessed yet.