Click or drag to resize

WebSocketBehaviorStartTime Property

Gets the time that a session has started.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public DateTime StartTime { get; }

Property Value

Type: DateTime

A DateTime that represents the time that the session has started.

MaxValue if the session has not started yet.

Implements

IWebSocketSessionStartTime
See Also