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.25.1
Syntax public string Realm { get; }
Property Value
Type:
StringThe realm of the authentication challenge. Can be null or empty string.
See Also