Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPGlobalProperties.cs
Go to the documentation of this file.
3
5
6public abstract class IPGlobalProperties
7{
8 public abstract string DhcpScopeName { get; }
9
10 public abstract string DomainName { get; }
11
12 public abstract string HostName { get; }
13
14 public abstract bool IsWinsProxy { get; }
15
16 public abstract NetBiosNodeType NodeType { get; }
17
18 [UnsupportedOSPlatform("illumos")]
19 [UnsupportedOSPlatform("solaris")]
24
25 [UnsupportedOSPlatform("android")]
26 public abstract IPEndPoint[] GetActiveUdpListeners();
27
28 [UnsupportedOSPlatform("android")]
29 public abstract IPEndPoint[] GetActiveTcpListeners();
30
31 [UnsupportedOSPlatform("android")]
33
38
43
45
47
49
51
53
55
57
59
64
69}
TcpConnectionInformation[] GetActiveTcpConnections()
virtual UnicastIPAddressInformationCollection GetUnicastAddresses()
virtual UnicastIPAddressInformationCollection EndGetUnicastAddresses(IAsyncResult asyncResult)
virtual Task< UnicastIPAddressInformationCollection > GetUnicastAddressesAsync()
virtual IAsyncResult BeginGetUnicastAddresses(AsyncCallback? callback, object? state)
static Exception ByDesignWithMessage(string message)
static string net_MethodNotImplementedException
Definition SR.cs:22
Definition SR.cs:7