[Modify] Edit it

This commit is contained in:
sta 2017-06-05 15:33:40 +09:00
parent 6185f67535
commit f720d839d5

View File

@ -421,15 +421,26 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the name of the realm associated with the server. /// Gets or sets the realm used for authentication.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// If this property is <see langword="null"/> or empty, <c>"SECRET AREA"</c> will be used as /// <para>
/// the name of the realm. /// SECRET AREA will be used as the name 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.
/// </para>
/// </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"/> or <see langword="null"/>
/// by default.
/// </para>
/// <para>
/// That string represents the name of the realm.
/// </para>
/// </value> /// </value>
public string Realm { public string Realm {
get { get {