Uri Fields
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Uri type exposes the following members.
| Name | Description | |
|---|---|---|
|
SchemeDelimiter | Specifies the characters that separate the communication protocol scheme from the address portion of the URI. This field is read-only. |
|
UriSchemeFile | Specifies that the URI is a pointer to a file. This field is read-only. |
|
UriSchemeFtp | Specifies that the URI is accessed through the File Transfer Protocol (FTP). This field is read-only. |
|
UriSchemeGopher | Specifies that the URI is accessed through the Gopher protocol. This field is read-only. |
|
UriSchemeHttp | Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP). This field is read-only. |
|
UriSchemeHttps | Specifies that the URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS). This field is read-only. |
|
UriSchemeMailto | Specifies that the URI is an e-mail address and is accessed through the Simple Mail Transport Protocol (SMTP). This field is read-only. |
|
UriSchemeNetPipe | Specifies that the URI is accessed through the NetPipe scheme of the "Indigo" system. This field is read-only. |
|
UriSchemeNetTcp | Specifies that the URI is accessed through the NetTcp scheme of the "Indigo" system. This field is read-only. |
|
UriSchemeNews | Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP). This field is read-only. |
|
UriSchemeNntp | Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP). This field is read-only. |
Show: