Click or drag to resize

NetworkConfigurationIPV4Group Class

IPv4 network configuration
Inheritance Hierarchy
SystemObject
  Zivid.NETNetworkConfigurationIPV4Group

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class IPV4Group

The NetworkConfigurationIPV4Group type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
IPv4 address. Only used in manual mode.
Public propertyMode
DHCP or manual configuration
Public propertySubnetMask
IPv4 subnet mask (for example 255.255.255.0). Only used in manual mode.
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also