Show / Hide Table of Contents

Enum UriScheme

Defines the schemes available for a 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).

Sftp

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

Undefined

Specifies an undefined scheme.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX