C-DEngine 5.105

HttpServer..::..OnConnect Event

Occurs when the server receives an HTTP CONNECT request.

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

Syntax


public event EventHandler<HttpRequestEventArgs> OnConnect
Public Event OnConnect As EventHandler(Of HttpRequestEventArgs)
public:
 event EventHandler<HttpRequestEventArgs^>^ OnConnect {
	void add (EventHandler<HttpRequestEventArgs^>^ value);
	void remove (EventHandler<HttpRequestEventArgs^>^ value);
}