WebBrowser User Property C# API
Gets or sets the username that will be used for HTTP authentication.

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

public string User { get; set; }

Field Value

The username that will be used for HTTP authentication.
Remarks

If the web server returns an HTTP 401 (Unauthorized) or 407 (Proxy Authentication Required) response to a request, then eggPlant Performance will automatically retry the request with an additional "Authorization" HTTP header, using this username.
See Also