[PR #39] [MERGED] Listen on http://*:9090 #740

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/39
Author: @StefH
Created: 8/8/2017
Status: Merged
Merged: 8/8/2017
Merged by: @StefH

Base: masterHead: listen_on_star


📝 Commits (2)

📊 Changes

6 files changed (+52 additions, -15 deletions)

View changed files

examples/WireMock.Net.StandAlone.NETCoreApp/Properties/launchSettings.json (+8 -0)
📝 src/WireMock.Net/Http/PortUtil.cs (+23 -1)
📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.cs (+8 -5)
📝 src/WireMock.Net/Owin/IOwinSelfHost.cs (+2 -2)
📝 src/WireMock.Net/Owin/OwinSelfHost.cs (+10 -6)
📝 src/WireMock.Net/WireMock.Net.csproj (+1 -1)

📄 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/39 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/8/2017 **Status:** ✅ Merged **Merged:** 8/8/2017 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `listen_on_star` --- ### 📝 Commits (2) - [`6ae74eb`](https://github.com/wiremock/WireMock.Net/commit/6ae74eb314a8b196f2339d255478127860cd4b75) Support for http://*:9090 urls - [`13532d1`](https://github.com/wiremock/WireMock.Net/commit/13532d1400591153c00235f7e7f52b9e349f83f5) Update version to 1.0.2.3 ### 📊 Changes **6 files changed** (+52 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `examples/WireMock.Net.StandAlone.NETCoreApp/Properties/launchSettings.json` (+8 -0) 📝 `src/WireMock.Net/Http/PortUtil.cs` (+23 -1) 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.cs` (+8 -5) 📝 `src/WireMock.Net/Owin/IOwinSelfHost.cs` (+2 -2) 📝 `src/WireMock.Net/Owin/OwinSelfHost.cs` (+10 -6) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+1 -1) </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:33:22 +01:00
adam closed this issue 2025-12-29 08:33:22 +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#740