Is there a way to have a timeout when using this class? I'm attempting to connect to an IP/port, see if it is there, and then return true if it is, false if it isn't. That works, but it looks like the ...
Sometimes while performing troubleshooting of an application or just testing whether you can access something across the network, being unable to connect to a required port on another system can ...
Utilizing VS.NET 2003, if I target the 1.0 framework the following trivial code example works:<BR><BR><pre class="ip-ubbcode-code-pre"> ...