HappyFunTimes.HFTCaptivePortalHandler.HandleRequest C# (CSharp) Method

HandleRequest() public method

public HandleRequest ( string path, WebSocketSharp.Net.HttpListenerRequest req, WebSocketSharp.Net.HttpListenerResponse res ) : bool
path string
req WebSocketSharp.Net.HttpListenerRequest
res WebSocketSharp.Net.HttpListenerResponse
return bool
        public bool HandleRequest(string path, HttpListenerRequest req, HttpListenerResponse res)
        {
            return Check(path, req, res);
        }