Class IPAddressInfo
IP Address info.
Inherited Members
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Network
Assembly: DeviceConsole.Environments.dll
Syntax
public class IPAddressInfo
Constructors
View SourceIPAddressInfo(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 SourceAddress
Gets the address.
Declaration
public IPAddress Address { get; }
Property Value
Type | Description |
---|---|
IPAddress |
SubnetMask
Gets the subnet mask.
Declaration
public IPAddress SubnetMask { get; }
Property Value
Type | Description |
---|---|
IPAddress |