2007-08-27 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 27 Aug 2007 04:42:29 +0000 (04:42 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 27 Aug 2007 04:42:29 +0000 (04:42 -0000)
commit0abac5d232087dd9e0c466fbecee5ab2c9af9fd2
treece659ccde6dbcca609c646b4fdb0067d67eb4d72
parent0f353156261a6b860bd0fc9f9ead7675dd5340ce
2007-08-27  Atsushi Enomoto  <atsushi@ximian.com>

* IPGlobalProperties.cs, TcpConnectionInformation.cs,
  TcpStatistics.cs, IPGlobalStatistics.cs, IcmpV4Statistics.cs,
  IcmpV6Statistics.cs, UdpStatistics.cs :
  initial implementation of IPGlobalProperties and its children
  for Win32 API, mostly done. Non-Windows implementation should
  follow.

svn path=/trunk/mcs/; revision=84864
mcs/class/System/System.Net.NetworkInformation/ChangeLog
mcs/class/System/System.Net.NetworkInformation/IPGlobalProperties.cs
mcs/class/System/System.Net.NetworkInformation/IPGlobalStatistics.cs
mcs/class/System/System.Net.NetworkInformation/IcmpV4Statistics.cs
mcs/class/System/System.Net.NetworkInformation/IcmpV6Statistics.cs
mcs/class/System/System.Net.NetworkInformation/TcpConnectionInformation.cs
mcs/class/System/System.Net.NetworkInformation/TcpStatistics.cs
mcs/class/System/System.Net.NetworkInformation/UdpStatistics.cs