| name | Bug Report |
|---|---|
| about | Report a bug or unexpected behavior |
| title | [BUG] |
| labels | bug |
| assignees |
A clear and concise description of what the bug is.
- Android
- iOS
- Windows/.NET
- SecureHttpClient Version: (e.g., 2.4.3)
- Target Framework: (e.g., net10.0, net10.0-android36.1)
- OS Version: (e.g., Android 14, iOS 17.1, Windows 11)
- Device: (e.g., Pixel 8, iPhone 15, Desktop)
- .NET SDK Version: (e.g., 10.0.101)
A clear and concise description of what you expected to happen.
A clear and concise description of what actually happened.
// Minimal reproducible code sample
var handler = new SecureHttpClientHandler(null);
// ... rest of the codePaste any error messages or stack traces here
Add any other context about the problem here (network environment, proxy settings, certificate details, etc.).
If you've found a workaround, please describe it here.