[Modify] Edit it

This commit is contained in:
sta 2021-08-19 19:54:42 +09:00
parent 5ff4c01bcc
commit feaabed769

View File

@ -482,24 +482,25 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the realm used for authentication. /// Gets or sets the name of the realm associated with the server.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
/// "SECRET AREA" is used as the realm if the value is /// "SECRET AREA" is used as the name of the realm 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 /// The set operation does nothing if the server has already started
/// already started or it is shutting down. /// or it is shutting down.
/// </para> /// </para>
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <para> /// <para>
/// A <see cref="string"/> or <see langword="null"/> by default. /// A <see cref="string"/> that represents the name of the realm or
/// <see langword="null"/>.
/// </para> /// </para>
/// <para> /// <para>
/// That string represents the name of the realm. /// The default value is <see langword="null"/>.
/// </para> /// </para>
/// </value> /// </value>
public string Realm { public string Realm {