This class represents well known URI schemes.
| C# | Visual Basic | Visual C++ |
public class UriSchemes
Public Class UriSchemes
public ref class UriSchemes
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| UriSchemes()()() | Initializes a new instance of the UriSchemes class | |
| dav |
HTTP Extensions for Distributed Authoring (WebDAV).
| |
| Equals(Object) | (Inherited from Object.) | |
| file |
Addressing files on local or network file systems.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| ftp |
FTP resources.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| http |
HTTP resources.
| |
| https |
HTTP connections secured using SSL/TLS.
| |
| mailto |
SMTP e-mail addresses and default content.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| sip |
Session Initiation Protocol (SIP).
| |
| sips |
Session Initiation Protocol (SIP) using TLS.
| |
| tel |
Telephone numbers.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| UriSchemes | |