Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InterfaceInfoPal.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
internal
static
class
InterfaceInfoPal
4
{
5
public
static
uint
InterfaceNameToIndex
(
string
interfaceName)
6
{
7
return
global::Interop.IpHlpApi.if_nametoindex(interfaceName);
8
}
9
}
System.Net.NetworkInformation.InterfaceInfoPal.InterfaceNameToIndex
static uint InterfaceNameToIndex(string interfaceName)
Definition
InterfaceInfoPal.cs:5
System.Net.NetworkInformation.InterfaceInfoPal
Definition
InterfaceInfoPal.cs:4
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
source
System.Net.Primitives
System.Net.NetworkInformation
InterfaceInfoPal.cs
Generated by
1.10.0