5 references to GetTcpTableDelegate
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Windows\Network\WindowsTcpStateInfo.cs (5)
21private GetTcpTableDelegate _getTcpTable = SafeNativeMethods.GetTcpTable; 22private GetTcpTableDelegate _getTcp6Table = SafeNativeMethods.GetTcp6Table; 100internal void SetGetTcpTableDelegate(GetTcpTableDelegate getTcpTableDelegate) => _getTcpTable = getTcpTableDelegate; 101internal void SetGetTcp6TableDelegate(GetTcpTableDelegate getTcp6TableDelegate) => _getTcp6Table = getTcp6TableDelegate; 103private static IntPtr RetryCalling(GetTcpTableDelegate getTcpTableDelegate)