Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rprouse/httpconfiguration
C# wrapper classes to allow you to configure a Windows HTTP service
https://github.com/rprouse/httpconfiguration
Last synced: 24 days ago
JSON representation
C# wrapper classes to allow you to configure a Windows HTTP service
- Host: GitHub
- URL: https://github.com/rprouse/httpconfiguration
- Owner: rprouse
- License: mit
- Created: 2015-07-20T15:55:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T18:33:16.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:53:09.304Z (7 months ago)
- Language: C#
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Http Configuration
C# wrapper classes to allow you to configure a Windows HTTP service programatically rather than call the various `netsh http` commands from the command line.
The `UrlReservation` class is adopted from the [URL Reservation Modifer](https://urlreservation.codeplex.com/) project by [Austin Wise](https://github.com/AustinWise).
This project is under the MIT license.