Class HostNetInfo.NetAdapterInfo
Describes a network adapter on subordinate host
Inheritance
System.Object
HostNetInfo.NetAdapterInfo
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 NetAdapterInfo : INamed, IOrdered
Properties
Declaration
public string AdapterType { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IRegistry<HostNetInfo.NetAddrInfo> Addresses { get; }
Property Value
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IPV4Support { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IPV6Support { 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 ReceiveOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public long Speed { get; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public string Status { get; }
Property Value
Type |
Description |
System.String |
|
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