[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. /// Gets the unique ID of a session.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the unique ID of the session, /// <para>
/// or <see langword="null"/> if the WebSocket connection isn't established. /// 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> /// </value>
public string ID { public string ID {
get { get {