Class HostNetInfo.NetAddrInfo
Describes an address supported by net adapter
Inheritance
System.Object
HostNetInfo.NetAddrInfo
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NFX.dll
Syntax
[Serializable]
public sealed class NetAddrInfo : INamed, IOrdered
Properties
Bytes
Declaration
public byte[] Bytes { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Family
Declaration
public string Family { get; }
Property Value
Type |
Description |
System.String |
|
IPv4
Declaration
public bool IPv4 { get; }
Property Value
Type |
Description |
System.Boolean |
|
IPv6
Declaration
public bool IPv6 { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Order
Declaration
public int Order { get; }
Property Value
Type |
Description |
System.Int32 |
|
Transient
Declaration
public bool Transient { get; }
Property Value
Type |
Description |
System.Boolean |
|
Unicast
Declaration
public bool Unicast { get; }
Property Value
Type |
Description |
System.Boolean |
|
UnicastDHCPLeaseLifetimeSec
Declaration
public long UnicastDHCPLeaseLifetimeSec { get; }
Property Value
Type |
Description |
System.Int64 |
|
UnicastIPv4Mask
Declaration
public byte[] UnicastIPv4Mask { get; }
Property Value
Type |
Description |
System.Byte[] |
|
UnicastPreferredLifetimeSec
Declaration
public long UnicastPreferredLifetimeSec { get; }
Property Value
Type |
Description |
System.Int64 |
|
UnicastValidLifetimeSec
Declaration
public long UnicastValidLifetimeSec { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Implements
Extension Methods