[Modify] Edit it
This commit is contained in:
parent
8baeba75ce
commit
a1f12207db
@ -172,7 +172,7 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the session instance with <paramref name="id"/>.
|
/// Gets the session instance with the specified ID.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -185,7 +185,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// </para>
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
/// <param name="id">
|
/// <param name="id">
|
||||||
/// A <see cref="string"/> that represents the ID of the session to find.
|
/// A <see cref="string"/> that specifies the ID of the session to find.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <paramref name="id"/> is <see langword="null"/>.
|
/// <paramref name="id"/> is <see langword="null"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user