Enum UriScheme
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Defines the schemes available for a Uri class.
public enum UriScheme
Fields
File = 1
Specifies that the URI is a pointer to a file.
Ftp = 2
Specifies that the URI is accessed through the File Transfer Protocol (FTP).
Gopher = 3
Specifies that the URI is accessed through the Gopher protocol.
Http = 4
Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP).
Https = 5
Specifies that the URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS).
Mailto = 6
Specifies that the URI is an e-mail address and is accessed through the Simple Mail Transport Protocol (SMTP).
NetPipe = 7
Specifies that the URI is accessed through the NetPipe scheme of the "Indigo" system.
NetTcp = 8
Specifies that the URI is accessed through the NetTcp scheme of the "Indigo" system.
News = 9
Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP).
Nntp = 10
Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP).
Sftp = 11
Specifies that the URI is accessed through the Secure File Transfer Protocol (SFTP).
Undefined = 0
Specifies an undefined scheme.