[Modify] Edit it

This commit is contained in:
sta 2017-06-06 15:14:05 +09:00
parent 5fb4676a43
commit 5936658333

View File

@ -514,9 +514,18 @@ namespace WebSocketSharp.Server
/// <summary> /// <summary>
/// Gets or sets the document root path of the server. /// Gets or sets the document root path of the server.
/// </summary> /// </summary>
/// <remarks>
/// The set operation does nothing if the server has already
/// started or it is shutting down.
/// </remarks>
/// <value> /// <value>
/// A <see cref="string"/> that represents the document root path of the server. /// <para>
/// The default value is <c>"./Public"</c>. /// A <see cref="string"/> that represents a path to
/// the folder from which to find the requested file.
/// </para>
/// <para>
/// The default value is "./Public".
/// </para>
/// </value> /// </value>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// The value specified for a set operation is <see langword="null"/>. /// The value specified for a set operation is <see langword="null"/>.