MachineIpAddress Class

Definition

The machine IP address details.

public class MachineIpAddress
type MachineIpAddress = class
Public Class MachineIpAddress
Inheritance
MachineIpAddress

Constructors

Name Description
MachineIpAddress()

Initializes a new instance of the MachineIpAddress class.

MachineIpAddress(String, String)

Initializes a new instance of the MachineIpAddress class.

Properties

Name Description
Family

Gets to determine if address belongs IPv4 or IPv6 family Possible values include: 'IPv4', 'IPv6'

IP

Gets iPv4 or IPv6 address of the machine

Applies to