[Modify] Edit it
This commit is contained in:
parent
4717fa3acb
commit
bf482bf84f
@ -870,10 +870,10 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Closes the specified session.
|
/// Closes the session with the specified ID.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="id">
|
/// <param name="id">
|
||||||
/// A <see cref="string"/> that represents the ID of the session to close.
|
/// A <see cref="string"/> that specifies the ID of the session to close.
|
||||||
/// </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