NetworkInterfaceInfo
Namespace: Busy.Bar
The device's current network connection type.
public sealed record class NetworkInterfaceInfo : System.IEquatable`1[[Busy.Bar.NetworkInterfaceInfo, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → NetworkInterfaceInfo
Implements IEquatable<NetworkInterfaceInfo>
Attributes NullableContextAttribute, NullableAttribute
Properties
Type
Connection type currently in use.
public NetworkTransportType Type { get; init; }
Property Value
Constructors
NetworkInterfaceInfo(NetworkTransportType)
The device's current network connection type.
public NetworkInterfaceInfo(NetworkTransportType Type)
Parameters
Type NetworkTransportType
Connection type currently in use.