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.

Specifies the characters that separate the communication protocol scheme from the address portion of the URI. This field is read-only.

static readonly
UriSchemeFilestring (file).

Specifies that the URI is a pointer to a file. This field is read-only.

static readonly
UriSchemeFtpstring (ftp).

Specifies that the URI is accessed through the File Transfer Protocol (FTP). This field is read-only.

static readonly
UriSchemeGopherstring (gopher).

Specifies that the URI is accessed through the Gopher protocol. This field is read-only.

static readonly
UriSchemeHttpstring (http).

Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP). This field is read-only.

static readonly
UriSchemeHttpsstring (https).

Specifies that the URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS). This field is read-only.

static readonly
UriSchemeMailtostring (mailto).

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

static readonly
UriSchemeNetPipestring.

Specifies that the URI is accessed through the NetPipe scheme used by Windows Communication Foundation (WCF). This field is read-only.

static readonly
UriSchemeNetTcpstring.

Specifies that the URI is accessed through the NetTcp scheme used by Windows Communication Foundation (WCF). This field is read-only.

static readonly
UriSchemeNewsstring (news).

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

static readonly
UriSchemeNntpstring (nntp).

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