Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NetworkInterface.cs
Go to the documentation of this file.
2
4
5public abstract class NetworkInterface
6{
7 [UnsupportedOSPlatform("illumos")]
8 [UnsupportedOSPlatform("solaris")]
10
11 [UnsupportedOSPlatform("illumos")]
12 [UnsupportedOSPlatform("solaris")]
14
15 public virtual string Id
16 {
17 get
18 {
20 }
21 }
22
23 public virtual string Name
24 {
25 get
26 {
28 }
29 }
30
31 public virtual string Description
32 {
33 get
34 {
36 }
37 }
38
46
47 public virtual long Speed
48 {
49 get
50 {
52 }
53 }
54
55 public virtual bool IsReceiveOnly
56 {
57 get
58 {
60 }
61 }
62
70
78
79 [UnsupportedOSPlatform("illumos")]
80 [UnsupportedOSPlatform("solaris")]
85
86 [UnsupportedOSPlatform("illumos")]
87 [UnsupportedOSPlatform("solaris")]
88 public static bool GetIsNetworkAvailable()
89 {
91 }
92
97
102
107
112
113 public virtual bool Supports(NetworkInterfaceComponent networkInterfaceComponent)
114 {
116 }
117}
virtual IPInterfaceStatistics GetIPStatistics()
virtual IPv4InterfaceStatistics GetIPv4Statistics()
static NetworkInterface[] GetAllNetworkInterfaces()
virtual bool Supports(NetworkInterfaceComponent networkInterfaceComponent)
virtual IPInterfaceProperties GetIPProperties()
static Exception ByDesignWithMessage(string message)
static string net_MethodNotImplementedException
Definition SR.cs:22
static string net_PropertyNotImplementedException
Definition SR.cs:80
Definition SR.cs:7