[Modify] Edit it

This commit is contained in:
sta 2021-09-17 19:33:31 +09:00
parent 7116722032
commit 81c0531922

View File

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