Class Scheme
- Namespace
- DotNetBrowser.Net
- Assembly
- DotNetBrowser.dll
The scheme component of a URL.
public sealed class Scheme : TypedEnum<string>
- Inheritance
-
Scheme
- Inherited Members
Fields
- Http
The HTTP scheme.
- Https
The HTTPS scheme.
Properties
- IsInterceptable
Indicates whether this scheme is interceptable.
Methods
- Create(string)
Creates the Scheme instance from string representation.
Operators
- explicit operator Scheme(string)
Creates the Scheme instance from string representation.