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
static readonly | SchemeDelimiter | string.
![]() Specifies the characters that separate the communication protocol scheme from the address portion of the URI. This field is read-only. |
static readonly | UriSchemeFile | string (file).
![]() Specifies that the URI is a pointer to a file. This field is read-only. |
static readonly | UriSchemeFtp | string (ftp).
![]() Specifies that the URI is accessed through the File Transfer Protocol (FTP). This field is read-only. |
static readonly | UriSchemeGopher | string (gopher).
![]() Specifies that the URI is accessed through the Gopher protocol. This field is read-only. |
static readonly | UriSchemeHttp | string (http).
![]() Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP). This field is read-only. |
static readonly | UriSchemeHttps | string (https).
![]() Specifies that the URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS). This field is read-only. |
static readonly | UriSchemeMailto | string (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 | UriSchemeNetPipe | string.
![]() Specifies that the URI is accessed through the NetPipe scheme used by Windows Communication Foundation (WCF). This field is read-only. |
static readonly | UriSchemeNetTcp | string.
![]() Specifies that the URI is accessed through the NetTcp scheme used by Windows Communication Foundation (WCF). This field is read-only. |
static readonly | UriSchemeNews | string (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 | UriSchemeNntp | string (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. |