[Modify] Edit it

This commit is contained in:
sta 2017-06-07 16:13:20 +09:00
parent 7ad112d7cd
commit 5cb47c6dca

View File

@ -427,18 +427,17 @@ namespace WebSocketSharp.Server
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
/// SECRET AREA will be used as the name if the value is /// "SECRET AREA" will be used as the name if the value is
/// <see langword="null"/> or an empty string. /// <see langword="null"/> or an empty string.
/// </para> /// </para>
/// <para> /// <para>
/// The set operation does nothing if the server has already /// The set operation does nothing if the server has
/// started or it is shutting down. /// 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.