UriBuilder::Scheme Property
Gets or sets the scheme name of the URI.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The scheme cannot be set to an invalid 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.