WgetSettings.

HttpUser Property

Summary

Specify the username on an HTTP server. According to the type of the challenge, Wget will encode them using either the basic (insecure), the digest, or the Windows NTLM authentication scheme.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public string HttpUser { get; set; }

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
string