Click or drag to resize

WebSocketServerRealm Property

Gets or sets the realm used for authentication.

Namespace:  Sfs2X.WebSocketSharp.Server
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 or by default.

That string represents the name of the realm.

Remarks

"SECRET AREA" is used as the realm if the value is or an empty string.

The set operation does nothing if the server has already started or it is shutting down.

See Also