Console Application
using System;
using System.Collections.Generic;
using System.Text;
using System;
using System.Net.NetworkInformation;
namespace pr16
{
class Program
{
static void Main(string[] args)
{
IPGlobalProperties props = IPGlobalProperties.GetIPGlobalProperties();
[...]
Filed under: Sockets | Tagged: Network Information | Leave a Comment »