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. |