[PR #880] [MERGED] Add WithProxy(string proxyUrl, X509Certificate2 certificate) #1129

Closed
opened 2025-12-29 08:34:50 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/880
Author: @StefH
Created: 2/1/2023
Status: Merged
Merged: 2/1/2023
Merged by: @StefH

Base: masterHead: WithProxy


📝 Commits (1)

  • 2ee0657 Add WithProxy(string proxyUrl, X509Certificate2 certificate)

📊 Changes

6 files changed (+91 additions, -54 deletions)

View changed files

📝 src/WireMock.Net/Http/HttpClientBuilder.cs (+6 -1)
📝 src/WireMock.Net/ResponseBuilders/IProxyResponseBuilder.cs (+12 -4)
📝 src/WireMock.Net/ResponseBuilders/Response.WithProxy.cs (+16 -0)
📝 src/WireMock.Net/Settings/HttpClientSettings.cs (+8 -1)
📝 src/WireMock.Net/Settings/WireMockCertificateSettings.cs (+42 -43)
📝 test/WireMock.Net.Tests/WireMockServer.Proxy.cs (+7 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/880 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/1/2023 **Status:** ✅ Merged **Merged:** 2/1/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `WithProxy` --- ### 📝 Commits (1) - [`2ee0657`](https://github.com/wiremock/WireMock.Net/commit/2ee06576e6959da7b4313c875aaee2b2db77d696) Add `WithProxy(string proxyUrl, X509Certificate2 certificate)` ### 📊 Changes **6 files changed** (+91 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Http/HttpClientBuilder.cs` (+6 -1) 📝 `src/WireMock.Net/ResponseBuilders/IProxyResponseBuilder.cs` (+12 -4) 📝 `src/WireMock.Net/ResponseBuilders/Response.WithProxy.cs` (+16 -0) 📝 `src/WireMock.Net/Settings/HttpClientSettings.cs` (+8 -1) 📝 `src/WireMock.Net/Settings/WireMockCertificateSettings.cs` (+42 -43) 📝 `test/WireMock.Net.Tests/WireMockServer.Proxy.cs` (+7 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:34:50 +01:00
adam closed this issue 2025-12-29 08:34:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1129