How to make a public server with HttpListener [closed]

1 day ago 3
ARTICLE AD BOX

I made a test server using HttpListener, but there is one problem: I can only send requests from my PC. I want to be able to set up a server on my PC and send requests from any device. How can I make my server public? Although I used this config:

server.Prefixes.Add("http://*:9999/");

Yahya Mammadli's user avatar

1

Read Entire Article