5 references to NetBiosNodeType
netstandard (1)
netstandard.cs (1)
1208[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetBiosNodeType))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
697[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetBiosNodeType))]
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\IPGlobalProperties.cs (1)
65public abstract NetBiosNodeType NodeType { get; }
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (2)
41public override NetBiosNodeType NodeType { get { return NetBiosNodeType.Unknown; } }