|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| SystemIPv4InterfaceProperties (global::Interop.IpHlpApi.FIXED_INFO fixedInfo, global::Interop.IpHlpApi.IpAdapterAddresses ipAdapterAddresses) | |
Properties | |
| override bool | UsesWins [get] |
| override bool | IsDhcpEnabled [get] |
| override bool | IsForwardingEnabled [get] |
| override bool | IsAutomaticPrivateAddressingEnabled [get] |
| override bool | IsAutomaticPrivateAddressingActive [get] |
| override int | Mtu [get] |
| override int | Index [get] |
Private Member Functions | |
| void | GetPerAdapterInfo (uint index) |
Private Attributes | |
| readonly bool | _haveWins |
| readonly bool | _dhcpEnabled |
| readonly bool | _routingEnabled |
| readonly uint | _index |
| readonly uint | _mtu |
| bool | _autoConfigEnabled |
| bool | _autoConfigActive |
Definition at line 5 of file SystemIPv4InterfaceProperties.cs.