Mono Class Library: Overview

System.Uri: Field Members

The fields of System.Uri are listed below. For a list of all members, see the Uri Members list.

See Also: Inherited members from System.Object

Public Fields

static readonly
SchemeDelimiterstring. A string containing the characters that separate the scheme component from the remainder of a URI.
static readonly
UriSchemeFilestring (file). A string containing the characters that indicate that a URI identifies a file.
static readonly
UriSchemeFtpstring (ftp). A string containing the characters that indicate that a URI is accessed through the File Transfer Protocol (FTP).
static readonly
UriSchemeGopherstring (gopher). A string containing the characters that indicate that a URI is accessed through the Gopher protocol.
static readonly
UriSchemeHttpstring (http). A string containing the characters that indicate that a URI is accessed through the Hypertext Transfer Protocol (HTTP).
static readonly
UriSchemeHttpsstring (https). A string containing the characters that indicate that a URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS).
static readonly
UriSchemeMailtostring (mailto). A string containing the characters that indicate that a URI is an email address and is accessed through the Simple Network Mail Protocol (SNMP).
static readonly
UriSchemeNetPipestring. Documentation for this section has not yet been entered.
static readonly
UriSchemeNetTcpstring. Documentation for this section has not yet been entered.
static readonly
UriSchemeNewsstring (news). A string containing the characters that indicate that a URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP).
static readonly
UriSchemeNntpstring (nntp). A string containing the characters that indicate that a URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP).