Context have been started (a new client have connected)

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler Started
Visual Basic (Declaration)
Public Event Started As EventHandler
Visual C++
public:
 event EventHandler^ Started {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also