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: Azos.dll
[Serializable]
public sealed class NetAddrInfo : INamed, IOrdered
Properties
Declaration
public byte[] Bytes { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public string Family { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IPv4 { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IPv6 { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Order { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool Transient { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Unicast { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public long UnicastDHCPLeaseLifetimeSec { get; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public byte[] UnicastIPv4Mask { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public long UnicastPreferredLifetimeSec { get; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public long UnicastValidLifetimeSec { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
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)
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Implements
Extension Methods