Click or drag to resize

Scheme Class

The scheme component of a URL.
Inheritance Hierarchy
SystemObject
  TypedEnumString
    DotNetBrowser.NetScheme

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class Scheme : TypedEnum<string>

The Scheme type exposes the following members.

Properties
  NameDescription
Public propertyIsInterceptable
Indicates whether this scheme is interceptable.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates the Scheme instance from string representation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Operators
Fields
  NameDescription
Public fieldStatic memberHttp
The HTTP scheme.
Public fieldStatic memberHttps
The HTTPS scheme.
Top
See Also