C-DEngine 5.105

WebSocketBehavior..::..StartTime Property

Gets the time that a session has started.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public DateTime StartTime { get; }
Public ReadOnly Property StartTime As DateTime
	Get
public:
property DateTime^ StartTime {
	DateTime^ get ();
}

Field Value

A DateTime that represents the time that the session has started, or MaxValue if the WebSocket connection isn't established.