Hello DaniWeb,
This is my first topic here at DaniWeb. I have always been a great fan of this forum mostly for C# solutions.
Iam a 3rd year student IT.
Now I have a problem. Iam trying to make a application that checks if IP + Port is online.( it's a WAN IP )
The thought behind is a downloadable application for a friend of mine who runs a MMO Server Status site.
I kindly like to hear how can I manage to do so.
Till now I have tried:
- Socket, Problem with socket is that I cannot make more than one connection to a WAN IP.
- Ping, Doens't work because ping doesn't do IP + Port.
- Webrequest, Haven't really tried because I thought this has the least chance of success.
To clear things up this is what it supposed to do.
I have a list of 16 WAN IP + port numbers that each have to be checked for connectivity.
If there is no connectivity then label will say so.
Timer starts after check of all 16 WAN IP's and after timer is finished run the check again.
Hope this is enough information.
Big Thanks in advance,
Jerompie
P.s. If there are parts that are to confusing for you, post below and iam happy to explain it again.
C# Checking connectivity server status