[Modify] Edit it
This commit is contained in:
parent
359de8a4be
commit
f63d4a41a1
@ -450,15 +450,15 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name of the realm associated with the server.
|
/// Gets or sets the name of the realm for the server.
|
||||||
/// </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 empty,
|
||||||
/// the name of the realm.
|
/// <c>"SECRET AREA"</c> will be used as the name.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the name of the realm. The default value is
|
/// A <see cref="string"/> that represents the name of the realm.
|
||||||
/// <see langword="null"/>.
|
/// The default value is <see langword="null"/>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public string Realm {
|
public string Realm {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user