Describes a gateway's network interface.
 Declaration Syntax
 Declaration Syntax| C# | 
public class NetworkInterface
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | ||
|---|---|---|---|---|
|  | NetworkInterface()()()() | Initializes a new instance of the NetworkInterface class | ||
|  | Equals(Object) | (Inherited from Object.) | ||
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | ||
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | ||
|  | Ipv4Address | 
            The Internet Protocol version 4 (IPv4) address of the interface.
             
             | ||
|  | Ipv6Address | 
            The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.
             
             | ||
|  | MacAddress | 
            The Media Access Control (MAC) address of the interface.  
 | ||
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | ||
|  | WithIpv4Address(String) | Obsolete. 
            Sets the Ipv4Address property
             | ||
|  | WithIpv6Address(String) | Obsolete. 
            Sets the Ipv6Address property
             | ||
|  | WithMacAddress(String) | Obsolete. 
            Sets the MacAddress property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NetworkInterface | 
 Note:
 Note: