Show / Hide Table of Contents

Class IPAddressInfo

IP Address info.

Inheritance
object
IPAddressInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Network
Assembly: DeviceConsole.Environments.dll
Syntax
public class IPAddressInfo

Constructors

View Source

IPAddressInfo(IPAddress, IPAddress)

Initializes a new instance of the IPAddressInfo class.

Declaration
public IPAddressInfo(IPAddress address, IPAddress subnetMask)
Parameters
Type Name Description
IPAddress address

The address.

IPAddress subnetMask

The subnet mask.

Properties

View Source

Address

Gets the address.

Declaration
public IPAddress Address { get; }
Property Value
Type Description
IPAddress
View Source

SubnetMask

Gets the subnet mask.

Declaration
public IPAddress SubnetMask { get; }
Property Value
Type Description
IPAddress
  • View Source
In This Article
Back to top Generated by DocFX