[Modify] Edit it

This commit is contained in:
sta 2021-05-04 22:34:46 +09:00
parent 618c672415
commit 41b5ee00a8

View File

@ -367,12 +367,16 @@ namespace WebSocketSharp.Net
/// Gets or sets the name of the realm associated with the listener. /// Gets or sets the name of the realm associated with the listener.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// If this property is <see langword="null"/> or empty, <c>"SECRET AREA"</c> will be used as /// If this property is <see langword="null"/> or an empty string,
/// the name of the realm. /// "SECRET AREA" will be used as the name of the realm.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// A <see cref="string"/> that represents the name of the realm. The default value is /// <para>
/// <see langword="null"/>. /// A <see cref="string"/> that represents the name of the realm.
/// </para>
/// <para>
/// The default value is <see langword="null"/>.
/// </para>
/// </value> /// </value>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This listener has been closed. /// This listener has been closed.