HttpServer..::..OnHead Event
   Occurs when the server receives an HTTP HEAD request.
   
                
    Namespace: 
   WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public event EventHandler<HttpRequestEventArgs> OnHead
Public Event OnHead As EventHandler(Of HttpRequestEventArgs)
public: event EventHandler<HttpRequestEventArgs^>^ OnHead { void add (EventHandler<HttpRequestEventArgs^>^ value); void remove (EventHandler<HttpRequestEventArgs^>^ value); }