N
Nikola Skoric
Hello all,
How do I determine if a port is open for communication? TcpClient class
doesn't seem to have a method for determening wether anybody is listening
on specified port of specified machine... so if I just do the Connect(IP,
port) and nobody's listening, nothing happens... or, to be precise, even
worse, the method just hangs.
And my second question: How do I determine my current IP adress? The
documentation isn't quite clear on that matter...
How do I determine if a port is open for communication? TcpClient class
doesn't seem to have a method for determening wether anybody is listening
on specified port of specified machine... so if I just do the Connect(IP,
port) and nobody's listening, nothing happens... or, to be precise, even
worse, the method just hangs.
And my second question: How do I determine my current IP adress? The
documentation isn't quite clear on that matter...