Welcome To Snipplr


Everyone's Recent C# Snippets Tagged ip



« Prev 1 Next »
Tripwire is a special part of motion detection that can be used to monitor and alert on specific changes. More specifically: tripwire means the detection of intrusion. This code snippet presents how to create a C# software by using prewritten comp...
0 1178 posted 8 years ago by chewie-wookiee
Use the code below to lookup IP address in bulk using C-Sharp programming languages and IP2Location MySQL database. In this tutorial, we use the IP2Location LITE database to lookup country of origin from the visitor's IP address. Free databases are a...
0 1230 posted 9 years ago by Hexahow
Use the code below to convert the IP address of your web visitors and lookup for their geographical location, e.g. country, state, city, latitude/longitude, ZIPs, timezone and so on. Free database can be downloaded at http://lite.ip2location.com.
0 2990 posted 9 years ago by Hexahow
Quick method to validate a string is a valid IP address.
1 800 posted 11 years ago by stephenmurby
A small snippet to parse out proxies from http://hidemyass.com/proxy-list/
0 775 posted 11 years ago by icinNet
The code shows how to take a known MAC (e.g. "00:00:00:11:22:33") and locate the NIC which has that MAC. Note that the built-in MAC class for .NET is called PhysicalAddress (in System.Net.NetworkInformation). PhysicalAddress.Parse can take a string,...
0 1076 posted 14 years ago by pckujawa
« Prev 1 Next »