Show / Hide Table of Contents

    Enum UriKind

    Defines the kinds of Uris for the IsWellFormedUriString(String, UriKind) method and several Uri methods.

    Namespace: System
    Assembly: System.Net.Http.dll
    Syntax
    public enum UriKind

    Fields

    Name Description
    Absolute

    The Uri is an absolute Uri.

    Relative

    The Uri is a relative Uri.

    RelativeOrAbsolute

    The kind of the Uri is indeterminate.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX