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