OpenNETCF Smart Device Framework 2.2
Specifies how an IP address host suffix was located.
Namespace:
OpenNETCF.Net.NetworkInformationAssembly: OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0
Syntax
| C# |
|---|
public enum SuffixOrigin |
| Visual Basic (Declaration) |
|---|
Public Enumeration SuffixOrigin |
| Visual Basic (Usage) |
|---|
Dim instance As SuffixOrigin |
| Visual C++ |
|---|
public enum class SuffixOrigin |
| J# |
|---|
public enum SuffixOrigin |
| JScript |
|---|
public enum SuffixOrigin |
Members
| Member name | Description | |
|---|---|---|
| Other |
The suffix was located using an unspecified source.
| |
| Manual |
The suffix was manually configured.
| |
| WellKnown |
The suffix is a well-known suffix. Well-known suffixes are specified in standard-track
Request for Comments (RFC) documents and assigned by the Internet Assigned
Numbers Authority (IANA) or an address registry. Such suffixes are reserved
for special purposes.
| |
| OriginDhcp |
The suffix was supplied by a Dynamic Host Configuration Protocol (DHCP) server.
| |
| LinkLayerAddress |
The suffix is a link-local suffix.
| |
| Random |
The suffix was randomly assigned.
|