Share via


UriKind Enumeration

Defines the kinds of URI objects.

Namespace: System.Ext
Assembly: MFDpwsExtensions (in mfdpwsextensions.dll)

Syntax

public enum UriKind

Remarks

Defines the kinds of Uri objects for the IsWellFormed method and several Uri constructor methods.

Members

  Member name Description
Absolute The Uri is an absolute URI.
Relative The Uri is a relative URI.
RelativeOrAbsolute The kind of the Uri is indeterminate.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

System.Ext Namespace