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
| Name | Value | Description |
|---|---|---|
RelativeOrAbsolute | 0 | The kind of the Uri is indeterminate. |
Absolute | 1 | The Uri is an absolute Uri. |
Relative | 2 | The Uri is a relative Uri. |