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