[Modify] Edit it

This commit is contained in:
sta 2018-06-15 19:36:49 +09:00
parent 110d1cc112
commit 035ac48557

View File

@ -180,8 +180,12 @@ namespace WebSocketSharp.Server
/// Gets the unique ID of a session.
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the unique ID of the session,
/// or <see langword="null"/> if the WebSocket connection isn't established.
/// <para>
/// A <see cref="string"/> that represents the unique ID of the session.
/// </para>
/// <para>
/// <see langword="null"/> if the session has not started yet.
/// </para>
/// </value>
public string ID {
get {