Specifies the Network Basic Input/Output System (NetBIOS) node type.
| C# | Visual Basic |
public enum NetBiosNodeType
Public Enumeration NetBiosNodeType
| Member | Description |
|---|---|
| Unknown |
An unknown node type.
|
| Broadcast |
A broadcast node.
|
| Peer2Peer |
A peer-to-peer node.
|
| Mixed |
A mixed node.
|
| Hybrid |
A hybrid node.
|
The node type determines the way in which NetBIOS names are resolved to Internet Protocol (IP) addresses.
The following table shows the name resolution method for each node type.
This enumeration is used to specify values for the NodeType property.
[!:System.Net.NetworkInformation.NetBiosNodeType]