Click or drag to resize

HttpListenerRealm Property

Gets or sets the name of the realm associated with the listener.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string Realm { get; set; }

Property Value

Type: String
A String that represents the name of the realm. The default value is .
Exceptions
ExceptionCondition
ObjectDisposedException This listener has been closed.
Remarks
If this property is or empty, "SECRET AREA" will be used as the name of the realm.
See Also