Scheme Property
Collapse the table of content
Expand the table of content

UriBuilder.Scheme Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the scheme name of the URI.

Namespace:  System
Assembly:  System (in System.dll)

public string Scheme { get; set; }

Property Value

Type: System.String
The scheme of the URI.

ExceptionCondition
ArgumentException

The scheme name can only be set to a legal scheme name.

The following table lists the valid scheme names for the Scheme property.

Scheme

Description

file

The resource is a file on the local computer.

ftp

The resource is accessed through FTP.

gopher

The resource is accessed through the Gopher protocol.

http

The resource is accessed through HTTP.

https

The resource is accessed through SSL-encrypted HTTP.

mailto

The resource is an e-mail address and is accessed through SMTP.

news

The resource is accessed through NNTP.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft