Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPInterfaceProperties.cs
Go to the documentation of this file.
2
3public abstract class IPInterfaceProperties
4{
5 public abstract bool IsDnsEnabled { get; }
6
7 public abstract string DnsSuffix { get; }
8
9 public abstract bool IsDynamicDnsEnabled { get; }
10
12
14
16
17 public abstract IPAddressCollection DnsAddresses { get; }
18
20
22
24
26
28}
GatewayIPAddressInformationCollection GatewayAddresses
UnicastIPAddressInformationCollection UnicastAddresses
MulticastIPAddressInformationCollection MulticastAddresses