Class NetworkConfig
Represents network configuration, linking a network device to an IP address.
Inheritance
System.Object
NetworkConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System.Network.Config
Assembly: Cosmos.System2.dll
Syntax
public class NetworkConfig
Fields
| Improve this Doc View SourceDevice
The network device associated with this NetworkConfig instance.
Declaration
public NetworkDevice Device
Field Value
Type | Description |
---|---|
NetworkDevice |
IPConfig
The IPv4 configuration.
Declaration
public IPConfig IPConfig
Field Value
Type | Description |
---|---|
IPConfig |