WebSocketServerRealm Property |
Namespace: Sfs2X.WebSocketSharp.Server
public string Realm { get; set; }
A String or by default.
That string represents the name of the realm.
"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.