Click or drag to resize

AuthenticateParametersRealm Property

Gets the realm of the authentication challenge. This method can return empty string.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string Realm { get; }

Property Value

Type: String
The realm of the authentication challenge. Can be null or empty string.
See Also