| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- 2006-03-11 Miguel de Icaza <[email protected]>
- * NetworkChange.cs: Use pragmas to eliminate warnings from events
- that we do not trigger yet.
- This is a candidate for using Aaron's NetworkManager code. But
- would make us depend on d-bus.
- * NetworkInformationException.cs: Use error_code for ErrorCode,
- instead of NativeErrorCode. Fixes warning.
- 2006-02-24 Gonzalo Paniagua Javier <[email protected]>
- * UnicastIPAddressInformation.cs:
- * PingException.cs:
- * TcpConnectionInformation.cs:
- * IPv4InterfaceStatistics.cs:
- * NetworkInformationException.cs:
- * IPAddressInformation.cs:
- * MulticastIPAddressInformationCollection.cs:
- * TcpStatistics.cs:
- * IPGlobalStatistics.cs:
- * NetworkInformationPermission.cs:
- * MulticastIPAddressInformation.cs:
- * IcmpV4Statistics.cs:
- * IcmpV6Statistics.cs:
- * IPv4InterfaceProperties.cs:
- * PhysicalAddress.cs:
- * IPv6InterfaceProperties.cs:
- * GatewayIPAddressInformationCollection.cs:
- * ChangeLog: Modified file.
- * UnicastIPAddressInformationCollection.cs:
- * IPAddressCollection.cs:
- * NetworkInformationPermissionAttribute.cs:
- * Ping.cs:
- * NetworkChange.cs:
- * IPAddressInformationCollection.cs:
- * UdpStatistics.cs:
- * GatewayIPAddressInformation.cs:
- * IPGlobalProperties.cs:
- * IPInterfaceProperties.cs:
- * NetworkInterface.cs: implemented or stubbed out.
- 2006-02-22 Gonzalo Paniagua Javier <[email protected]>
- * NetBiosNodeType.cs:
- * IPStatus.cs:
- * NetworkInterfaceType.cs:
- * SuffixOrigin.cs:
- * DuplicateAddressDetectionState.cs:
- * NetworkInformationAccess.cs:
- * OperationalStatus.cs:
- * TcpState.cs:
- * PingCompletedEventHandler.cs:
- * NetworkInterfaceComponent.cs:
- * NetworkAvailabilityChangedEventHandler.cs:
- * NetworkAvailabilityEventArgs.cs:
- * PrefixOrigin.cs:
- * NetworkAddressChangedEventHandler.cs:
- * PingCompletedEventArgs.cs:
- * PingOptions.cs:
- * PingReply.cs: all enums, all event handlers/args + 2 classes.
|