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