🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

server.proxy.http

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

server.proxy.http

1.0.0
unpublished
NuGet
Maintainers
0
Source

Server.Proxy.Http

A simple package to open a http server.(NOT HTTPS!!!)

Usage

// Instantiate the HttpProxy class with default port 8080 and no detailed output
HttpProxy httpProxy = new HttpProxy();

// If you need to customize the port and enable detailed output, you can instantiate as follows
// HttpProxy httpProxy = new HttpProxy(8888, false);

// Start the proxy server
httpProxy.Start();

Console.ReadLine(); // Prevents the console application from exiting immediately

Keywords

Server

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts