Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.