C-DEngine 5.105

HttpServer..::..Realm Property

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

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Realm { get; set; }
Public Property Realm As String
	Get
	Set
public:
property String^ Realm {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the name of the realm. The default value is "SECRET AREA".