Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetUnicastAddresses()

override UnicastIPAddressInformationCollection System.Net.NetworkInformation.SystemIPGlobalProperties.GetUnicastAddresses ( )
inlinevirtual

Reimplemented from System.Net.NetworkInformation.IPGlobalProperties.

Definition at line 300 of file SystemIPGlobalProperties.cs.

301 {
302 return GetUnicastAddressesAsync().GetAwaiter().GetResult();
303 }
override async Task< UnicastIPAddressInformationCollection > GetUnicastAddressesAsync()

References System.Net.NetworkInformation.SystemIPGlobalProperties.GetUnicastAddressesAsync().