RequestHandler Property

HttpServer.dll

This handler will be invoked each time a new connection is accepted.

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

Syntax

C#
public RequestReceivedHandler RequestHandler { get; set; }
Visual Basic (Declaration)
Public Property RequestHandler As RequestReceivedHandler
Visual C++
public:
property RequestReceivedHandler^ RequestHandler {
	RequestReceivedHandler^ get ();
	void set (RequestReceivedHandler^ value);
}

See Also