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