© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
5 replies
Asher

✅ Check if port is up

Hey all, I have a process which is running a server on a certain port
_port
_port
locally, the clients are also connecting on
127.0.0.1
127.0.0.1
, so everything is local. I need a way for the server to tell the clients when to actually connect / if its up, originally I wanted to do a filesystem approach where I create an
open.txt
open.txt
file, but that also proved to be bad as the file was always used when clients were originally checking if to connect or not
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How do you check if the port is open publicly for AspNetCore?
C#CC# / help
4y ago
❔ Check if Type is static
C#CC# / help
3y ago
✅ Check if value is within range, throw exception if not
C#CC# / help
16mo ago
✅ Check if an item is in a list
C#CC# / help
2y ago