1 instantiation of TeredoHelper
System (1)
net\System\Net\NetworkInformation\TeredoHelper.cs (1)
71TeredoHelper helper = new TeredoHelper(callback, state);
6 references to TeredoHelper
System (6)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
390if (!TeredoHelper.UnsafeNotifyStableUnicastIpAddressTable(StableUnicastAddressTableCallback, stable)) { 401if (TeredoHelper.UnsafeNotifyStableUnicastIpAddressTable(StableUnicastAddressTableCallback, asyncResult)) {
net\System\Net\NetworkInformation\TeredoHelper.cs (4)
33private static List<TeredoHelper> pendingNotifications; 52pendingNotifications = new List<TeredoHelper>(); 71TeredoHelper helper = new TeredoHelper(callback, state); 127foreach (TeredoHelper helper in pendingNotifications)