[Modify] Edit it
This commit is contained in:
parent
7116722032
commit
81c0531922
@ -535,22 +535,22 @@ 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"/> that represents the name of
|
/// A <see cref="string"/> that represents the name of the realm or
|
||||||
/// the realm or <see langword="null"/>.
|
/// <see langword="null"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The default value is <see langword="null"/>.
|
/// The default value is <see langword="null"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user