Table of Contents

Property Scheme

Namespace
DotNetBrowser.Net.Handlers
Assembly
DotNetBrowser.dll

Scheme

Gets the authentication scheme used, such as "basic" or "digest". In case of FTP server, this method returns empty string.

public string Scheme { get; }

Property Value

string

The authentication scheme used, such as "basic" or "digest".