Skip to main content

UriKind Enum

Namespace: System · Assembly: GHIElectronics.TinyCLR.Networking.Http

Defines the kinds of System.Uris for the System.Uri.IsWellFormedUriString method and several System.Uri methods.

public enum UriKind

Fields

NameValueDescription
RelativeOrAbsolute0The kind of the Uri is indeterminate.
Absolute1The Uri is an absolute Uri.
Relative2The Uri is a relative Uri.