[PR #1100] [MERGED] Add support to bind to ip-address instead of only localhost #1227

Closed
opened 2025-12-29 09:18:58 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1100
Author: @StefH
Created: 5/7/2024
Status: Merged
Merged: 5/17/2024
Merged by: @StefH

Base: masterHead: stef-1099-bind-ipaddress


📝 Commits (4)

  • c23d1b1 Add support to bind to ip-address instead of only localhost
  • 170184d Merge branch 'master' into stef-1099-bind-ipaddress
  • 1436e5b .
  • 3092972 .

📊 Changes

3 files changed (+68 additions, -11 deletions)

View changed files

📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+34 -0)
📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard.cs (+33 -9)
📝 test/WireMock.Net.Tests/Http/HttpRequestMessageHelperTests.cs (+1 -2)

📄 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/1100 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1099-bind-ipaddress` --- ### 📝 Commits (4) - [`c23d1b1`](https://github.com/wiremock/WireMock.Net/commit/c23d1b136993bf6dd9d665337f2f8175c98d1807) Add support to bind to ip-address instead of only localhost - [`170184d`](https://github.com/wiremock/WireMock.Net/commit/170184d387668865d5f409b1592788c658753b80) Merge branch 'master' into stef-1099-bind-ipaddress - [`1436e5b`](https://github.com/wiremock/WireMock.Net/commit/1436e5b4e8f7a0084b017e3b4325b997d7da750c) . - [`3092972`](https://github.com/wiremock/WireMock.Net/commit/3092972700af5ba09d95cd6ea6939c304bc5dcd5) . ### 📊 Changes **3 files changed** (+68 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+34 -0) 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard.cs` (+33 -9) 📝 `test/WireMock.Net.Tests/Http/HttpRequestMessageHelperTests.cs` (+1 -2) </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 09:18:58 +01:00
adam closed this issue 2025-12-29 09:18:58 +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#1227