C-DEngine 5.105

HttpServer..::..RootPath Property

Gets or sets the document root path of the server.

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

Syntax


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

Field Value

A String that represents the document root path of the server. The default value is "./Public".