Url Protocol Property C# API
Gets the Protocol used for this Url. This appears before the :// at the start of a URL, and is also known as the scheme.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public Protocol Protocol { get; }

Field Value

The protocol used for this Url.
See Also