UriBuilder.Scheme Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the scheme name of the URI.

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

Syntax

'Declaration
Public Property Scheme As String
public string Scheme { get; set; }

Property Value

Type: System.String
The scheme of the URI.

Exceptions

Exception Condition
ArgumentException

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

Remarks

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.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference