Show / Hide Table of Contents

    Enum UriScheme

    Defines the schemes available for an System.Uri class.

    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    public enum UriScheme

    Fields

    Name Description
    File

    Specifies that the URI is a pointer to a file.

    Ftp

    Specifies that the URI is accessed through the File Transfer Protocol (FTP).

    Gopher

    Specifies that the URI is accessed through the Gopher protocol.

    Http

    Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP).

    Https

    Specifies that the URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS).

    Mailto

    Specifies that the URI is an e-mail address and is accessed through the Simple Mail Transport Protocol (SMTP).

    NetPipe

    Specifies that the URI is accessed through the NetPipe scheme of the "Indigo" system.

    NetTcp

    Specifies that the URI is accessed through the NetTcp scheme of the "Indigo" system.

    News

    Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP).

    Nntp

    Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP).

    Undefined

    Specifies an undefined scheme.

    Extension Methods

    ByteConverterExtensions.ToByteArray<UriScheme>()
    ConverterExtensions.ParseWith<UriScheme, TResult>(Func<UriScheme, TResult>)
    ConverterExtensions.ParseWith<UriScheme, T, TResult>(Func<UriScheme, T, TResult>, T)
    ConverterExtensions.ParseWith<UriScheme, T1, T2, TResult>(Func<UriScheme, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<UriScheme, T1, T2, T3, TResult>(Func<UriScheme, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<UriScheme, T1, T2, T3, T4, TResult>(Func<UriScheme, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<UriScheme, T1, T2, T3, T4, T5, TResult>(Func<UriScheme, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<UriScheme, T1, T2, T3, T4, T5, T6, TResult>(Func<UriScheme, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<UriScheme, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<UriScheme, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<UriScheme, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<UriScheme, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<UriScheme, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<UriScheme, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>()
    ConverterExtensions.As<TResult>(TResult)
    ConverterExtensions.As<TResult>(TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<UriScheme>()
    DelegateUtilityExtensions.DynamicWrap<UriScheme>()
    TweakerExtensions.Adjust<UriScheme>(Func<UriScheme, UriScheme>)
    TypeUtilityExtensions.Is<T>()
    TypeUtilityExtensions.IsNot<T>()
    TypeUtilityExtensions.IsNullable<UriScheme>()
    WrapperExtensions.UseWrapper<UriScheme>(Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<UriScheme>(MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<UriScheme>()
    HashUtilityExtensions.ComputeHash(Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX