Are you explicitly trying to avoid reading through the text file line by line to determine which data is wanted?
Your question implies you want to do something a bit more complex, perhaps because you have a very large file.
Is the local computer the "source" computer, i.e. is it the computer on which the code is being executed?
If so, it's as simple as Environment.MachineName() (returns the machine name as a string)...
If you mean you want to be able to creation a custom function that can accept any IP Address on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.