delete
delete

Reputation:

How can I get the IP address of my local machine the .NET 3.5 way?

I've found a ton of tutorials, however they are all very old for 1.1 or 2.0; there must be an easier way now with .NET 3.5.

Care to share? :)

Upvotes: 0

Views: 197

Answers (1)

SLaks
SLaks

Reputation: 887777

Nothing has changed; the old way is still the only way to do it.

Upvotes: 1

Related Questions