[Modify] Edit it

This commit is contained in:
sta 2017-07-18 15:32:50 +09:00
parent ea8b8f9efa
commit 3bba0f7208

View File

@ -508,18 +508,17 @@ namespace WebSocketSharp.Server
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
/// The set operation does nothing if the server has already /// "SECRET AREA" is used as the realm if the value is
/// started or it is shutting down. /// <see langword="null"/> or an empty string.
/// </para> /// </para>
/// <para> /// <para>
/// SECRET AREA will be used as the name if the value is /// The set operation does nothing if the server has
/// <see langword="null"/> or an empty string. /// already started or it is shutting down.
/// </para> /// </para>
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <para> /// <para>
/// A <see cref="string"/> or <see langword="null"/> /// A <see cref="string"/> or <see langword="null"/> by default.
/// by default.
/// </para> /// </para>
/// <para> /// <para>
/// That string represents the name of the realm. /// That string represents the name of the realm.