HttpListener.Realm Property
Gets or sets the realm, or resource partition, associated with this HttpListener object.
Namespace: System.Net
Assembly: System (in System.dll)
Property Value
Type: System.StringA String value that contains the name of the realm associated with the HttpListener object.
| Exception | Condition |
|---|---|
| ObjectDisposedException | This object has been closed. |
Servers use realms to partition protected resources; each partition can have its own authentication scheme and/or authorization database. Realms are used only for basic and digest authentication. After a client successfully authenticates, the authentication is valid for all resources in a given realm. For a detailed description of realms, see RFC 2617 at http://www.ietf.org.
An instance of HttpListener has only one associated realm.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.