NetworkInterface Members
.NET Framework 3.5
Provides configuration and statistical information for a network interface.
The NetworkInterface type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetAllNetworkInterfaces | Returns objects that describe the network interfaces on the local computer. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetIPProperties | Returns an object that describes the configuration of this network interface. |
|
GetIPv4Statistics | Gets the IPv4 statistics. |
|
GetIsNetworkAvailable | Indicates whether any network connection is available. |
|
GetPhysicalAddress | Returns the Media Access Control (MAC) or physical address for this adapter. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Supports | Gets a Boolean value that indicates whether the interface supports the specified protocol. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
Description | Gets the description of the interface. |
|
Id | Gets the identifier of the network adapter. |
|
IsReceiveOnly | Gets a Boolean value that indicates whether the network interface is set to only receive data packets. |
|
LoopbackInterfaceIndex | Gets the index of the IPv4 loopback interface. |
|
Name | Gets the name of the network adapter. |
|
NetworkInterfaceType | Gets the interface type. |
|
OperationalStatus | Gets the current operational state of the network connection. |
|
Speed | Gets the speed of the network interface. |
|
SupportsMulticast | Gets a Boolean value that indicates whether the network interface is enabled to receive multicast packets. |