[Modify] Edit it

This commit is contained in:
sta 2018-06-07 19:31:43 +09:00
parent 9fb86b2adc
commit 665ec5a761

View File

@ -278,8 +278,13 @@ namespace WebSocketSharp.Server
/// Gets the time that a session has started. /// Gets the time that a session has started.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="DateTime"/> that represents the time that the session has started, /// <para>
/// or <see cref="DateTime.MaxValue"/> if the WebSocket connection isn't established. /// A <see cref="DateTime"/> that represents the time that the session
/// has started.
/// </para>
/// <para>
/// <see cref="DateTime.MaxValue"/> if the session has not started yet.
/// </para>
/// </value> /// </value>
public DateTime StartTime { public DateTime StartTime {
get { get {