Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MulticastIPAddressInformation.cs
Go to the documentation of this file.
2
4{
5 public abstract long AddressPreferredLifetime { get; }
6
7 public abstract long AddressValidLifetime { get; }
8
9 public abstract long DhcpLeaseLifetime { get; }
10
12
13 public abstract PrefixOrigin PrefixOrigin { get; }
14
15 public abstract SuffixOrigin SuffixOrigin { get; }
16}