Beispiel #1
0
    public void SendResponse(Socket client, HttpRequest request)
    {
        SocketInformation clientInfo = client.DuplicateAndClose(Process.GetCurrentProcess().Id);

        _Proxy.GetResponse(clientInfo, request);
    }