[Modify] Edit it
This commit is contained in:
parent
9fb86b2adc
commit
665ec5a761
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user